netty5/handler-proxy/src/test/java/io/netty/handler/proxy
Spencer Fang ec490b2a88 HttpProxyHandler: allow setting headers
Motivation:

In some environments, the HTTP CONNECT handshake requires special headers to work.

Modification:

Update HttpProxyHandler to accept a HttpHeaders argument.

Result:

The header is passed along in the HTTP CONNECT request, and the proxy request can be successfully completed.
2017-07-06 20:02:06 +02:00
..
HttpProxyHandlerTest.java HttpProxyHandler: allow setting headers 2017-07-06 20:02:06 +02:00
HttpProxyServer.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
ProxyHandlerTest.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
ProxyServer.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
Socks4ProxyServer.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
Socks5ProxyServer.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01: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