Uses of Class
io.netty.handler.proxy.ProxyHandler
- 
Packages that use ProxyHandler Package Description io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
- 
- 
Uses of ProxyHandler in io.netty.handler.proxySubclasses of ProxyHandler in io.netty.handler.proxy Modifier and Type Class Description classHttpProxyHandlerHandler that establishes a blind forwarding proxy tunnel using HTTP/1.1 CONNECT request.classSocks4ProxyHandlerHandler that establishes a blind forwarding proxy tunnel using SOCKS4 protocol.classSocks5ProxyHandlerHandler that establishes a blind forwarding proxy tunnel using SOCKS Protocol Version 5.
 
-