Closed butschster closed 4 years ago
Hi!
How can I create connection with websocket server through proxy server?
You can pass a custom HttpClient to Rfc6455Connector, so you can leverage the full proxy support that's available in HttpClient: socks4, socks5, and CONNECT tunnels.
HttpClient
Rfc6455Connector
socks4
socks5
CONNECT
Hi!
How can I create connection with websocket server through proxy server?