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 / [email protected] On Wed, Nov 23, 2016 at 10:29 AM, Andreas Voellmy <[email protected] > 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). > > [4] https://bugs.eclipse.org/bugs//attachment.cgi?id=233681 > > > > On Wed, Nov 23, 2016 at 7:58 AM Joakim Erdfelt <[email protected]> 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 / [email protected] > > On Tue, Nov 22, 2016 at 5:21 PM, Andreas Voellmy < > [email protected]> 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? > > [1] http://stackoverflow.com/questions/32785018/ > configuring-jetty-websocket-client-to-use-proxy > [2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=409516 > [3] https://github.com/eclipse/jetty.project/issues/117 > > Cheers, > Andreas > > _______________________________________________ > jetty-users mailing list > [email protected] > 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 > [email protected] > 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 > [email protected] > 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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
