Package | Description |
---|---|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
io.netty.handler.proxy |
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSocks5InitialRequest
The default
Socks5InitialRequest . |
Modifier and Type | Method and Description |
---|---|
private static void |
Socks5ClientEncoder.encodeAuthMethodRequest(Socks5InitialRequest msg,
ByteBuf out) |
Modifier and Type | Field and Description |
---|---|
private static Socks5InitialRequest |
Socks5ProxyHandler.INIT_REQUEST_NO_AUTH |
private static Socks5InitialRequest |
Socks5ProxyHandler.INIT_REQUEST_PASSWORD |