Package io.netty.handler.codec.socksx.v4
Encoder, decoder and their related message types for SOCKSv4 protocol.
-
Interface Summary Interface Description Socks4CommandRequest A SOCKS4aCONNECT
orBIND
request.Socks4CommandResponse A SOCKS4a response.Socks4Message A tag interface that all SOCKS4a protocol messages implement. -
Class Summary Class Description AbstractSocks4Message An abstractSocks4Message
.DefaultSocks4CommandRequest The defaultSocks4CommandRequest
.DefaultSocks4CommandResponse The defaultSocks4CommandResponse
.Socks4ClientDecoder Decodes a singleSocks4CommandResponse
from the inboundByteBuf
s.Socks4ClientEncoder Encodes aSocks4CommandRequest
into aByteBuf
.Socks4CommandStatus The status ofSocks4CommandResponse
.Socks4CommandType The type ofSocks4CommandRequest
.Socks4ServerDecoder Decodes a singleSocks4CommandRequest
from the inboundByteBuf
s.Socks4ServerEncoder Encodes aSocks4CommandResponse
into aByteBuf
. -
Enum Summary Enum Description Socks4ClientDecoder.State Socks4ServerDecoder.State