Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
Modifier and Type | Class and Description |
---|---|
class |
SocksAuthResponse
An socks auth response.
|
class |
SocksCmdResponse
A socks cmd response.
|
class |
SocksInitResponse
An socks init response.
|
class |
UnknownSocksResponse
An unknown socks response.
|
Modifier and Type | Field and Description |
---|---|
private SocksResponse |
SocksCmdResponseDecoder.msg |
private SocksResponse |
SocksInitResponseDecoder.msg |
private SocksResponse |
SocksAuthResponseDecoder.msg |
static SocksResponse |
SocksCommonUtils.UNKNOWN_SOCKS_RESPONSE |