Package io.netty.handler.codec.socksx.v4
Encoder, decoder and their related message types for SOCKSv4 protocol.
-
Interface Summary Interface Description Socks4CommandRequest A SOCKS4aCONNECTorBINDrequest.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 singleSocks4CommandResponsefrom the inboundByteBufs.Socks4ClientEncoder Encodes aSocks4CommandRequestinto aByteBuf.Socks4CommandStatus The status ofSocks4CommandResponse.Socks4CommandType The type ofSocks4CommandRequest.Socks4ServerDecoder Decodes a singleSocks4CommandRequestfrom the inboundByteBufs.Socks4ServerEncoder Encodes aSocks4CommandResponseinto aByteBuf. -
Enum Summary Enum Description Socks4ClientDecoder.State Socks4ServerDecoder.State