netty5/handler-proxy/src/test/java/io/netty/handler/proxy
Norman Maurer eb5dc4bced Correctly handle IPV6 in HttpProxyHandler
Motivation:

The HttpProxyHandler is expected to be capable of issuing a valid CONNECT request for a tunneled connection to an IPv6 host.

Modifications:

- Correctly format the IPV6 address.
- Add unit tests

Result:

HttpProxyHandler works with IPV6 as well. Fixes [#6152].
2017-01-12 07:51:37 +01:00
..
HttpProxyHandlerTest.java Correctly handle IPV6 in HttpProxyHandler 2017-01-12 07:51:37 +01:00
HttpProxyServer.java Removed custom split method as it is not effective anymore. 2016-08-01 21:49:33 +02:00
ProxyHandlerTest.java Read if needed on ProxyHandler's handshake. Fixes #5933. 2016-10-30 08:27:03 +01:00
ProxyServer.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
Socks4ProxyServer.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5ProxyServer.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
TestMode.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
UnresponsiveHandler.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00