Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] WebSocketClient + Proxy

Hi all,

I have small question:
for HttpClient we have the method HttpClient#setProxyConfiguration(ProxyConfiguration)
to establish the HTTP connection through proxy.

Do you plan to add similar method to WebSocketClient?

In case you don't plan to add it, do you have an idea how to establish a WebSocket connection
through proxy using Jetty's WebSocketClient?

Thanks in advance!

Best regards,
Maks

Back to the top