Package io.netty.handler.codec.socksx
Encoder, decoder and their related message types for SOCKS protocol.
-
Interface Summary Interface Description SocksMessage An interface that all SOCKS protocol messages implement. -
Class Summary Class Description AbstractSocksMessage An abstractSocksMessage
.SocksPortUnificationServerHandler Detects the version of the current SOCKS connection and initializes the pipeline withSocks4ServerDecoder
orSocks5InitialRequestDecoder
. -
Enum Summary Enum Description SocksVersion The version of SOCKS protocol.