程序包 | 说明 |
---|---|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
类和说明 |
---|
AbstractSocks4Message
An abstract
Socks4Message . |
Socks4ClientDecoder.State |
Socks4ClientEncoder
Encodes a
Socks4CommandRequest into a ByteBuf . |
Socks4CommandRequest
A SOCKS4a
CONNECT or BIND request. |
Socks4CommandResponse
A SOCKS4a response.
|
Socks4CommandStatus
The status of
Socks4CommandResponse . |
Socks4CommandType
The type of
Socks4CommandRequest . |
Socks4Message
A tag interface that all SOCKS4a protocol messages implement.
|
Socks4ServerDecoder.State |
Socks4ServerEncoder
Encodes a
Socks4CommandResponse into a ByteBuf . |