程序包 | 说明 |
---|---|
io.netty.handler.proxy |
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
|
限定符和类型 | 类和说明 |
---|---|
class |
HttpProxyHandler
Handler that establishes a blind forwarding proxy tunnel using
HTTP/1.1 CONNECT request.
|
class |
Socks4ProxyHandler
Handler that establishes a blind forwarding proxy tunnel using
SOCKS4 protocol.
|
class |
Socks5ProxyHandler
Handler that establishes a blind forwarding proxy tunnel using
SOCKS Protocol Version 5.
|