Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Proxy support for Jetty websocket client

That patch was not-operational.
And at this point it is horribly out of date (the websocket internals have changed a ton since then).

The path forward is to integrate the jetty-client into websocket-client and utilize its proxy support.
However that will break the websocket-client API in a non-trivial way.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Nov 23, 2016 at 10:29 AM, Andreas Voellmy <andreas.voellmy@xxxxxxxxx> wrote:
Hi Joakim, 

Thanks for clarifying.

Is it hard to implement even if limited to supporting only encrypted web sockets? Is this patch [4] close to implementing the feature? 

(Let me know if this email thread should move to dev list).




On Wed, Nov 23, 2016 at 7:58 AM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
There is no proxy support in websocket client atm.

Its a rather tricky thing to implement, and has some serious API breakage if implemented in 9.x series.
9.4 is too far along for it to show up in.
So the next version it could possibly arrive in would be 9.5 or 10.0


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Nov 22, 2016 at 5:21 PM, Andreas Voellmy <andreas.voellmy@xxxxxxxxx> wrote:
Hi all,

From what I can tell, it looks like in 9.3, the Jetty web socket client cannot be configured to go through an http proxy. Is that right?  

Also, it looks like there is some development around this feature; [1] says it will be supported in Jetty 10, and [2,3] are discussing the implementation. Is there any release with the proxy support included? Is it planned for Jetty 10, and if so, when is the planned release of Jetty 10?


Cheers, 
Andreas

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top