| Package | Description |
|---|---|
| io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
| 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
|
| Class and Description |
|---|
| Socks5ServerEncoder
Encodes a server-side
Socks5Message into a ByteBuf. |
| Class and Description |
|---|
| Socks5AuthMethod
The authentication method of SOCKS5.
|
| Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|