请参阅: 说明
接口 | 说明 |
---|---|
Socks4CommandRequest |
A SOCKS4a
CONNECT or BIND request. |
Socks4CommandResponse |
A SOCKS4a response.
|
Socks4Message |
A tag interface that all SOCKS4a protocol messages implement.
|
类 | 说明 |
---|---|
AbstractSocks4Message |
An abstract
Socks4Message . |
DefaultSocks4CommandRequest |
The default
Socks4CommandRequest . |
DefaultSocks4CommandResponse |
The default
Socks4CommandResponse . |
Socks4ClientDecoder |
Decodes a single
Socks4CommandResponse from the inbound ByteBuf s. |
Socks4ClientEncoder |
Encodes a
Socks4CommandRequest into a ByteBuf . |
Socks4CommandStatus |
The status of
Socks4CommandResponse . |
Socks4CommandType |
The type of
Socks4CommandRequest . |
Socks4ServerDecoder |
Decodes a single
Socks4CommandRequest from the inbound ByteBuf s. |
Socks4ServerEncoder |
Encodes a
Socks4CommandResponse into a ByteBuf . |
枚举 | 说明 |
---|---|
Socks4ClientDecoder.State | |
Socks4ServerDecoder.State |