Uses of Package
io.netty.handler.codec.socks
-
Packages that use io.netty.handler.codec.socks Package Description io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
Classes in io.netty.handler.codec.socks used by io.netty.handler.codec.socks Class Description SocksAddressType SocksAuthRequestDecoder.State SocksAuthResponseDecoder.State SocksAuthScheme SocksAuthStatus SocksCmdRequestDecoder.State SocksCmdResponseDecoder.State SocksCmdStatus SocksCmdType SocksInitRequestDecoder.State SocksInitResponseDecoder.State SocksMessage An abstract class that defines a SocksMessage, providing common properties forSocksRequest
andSocksResponse
.SocksMessageType SocksProtocolVersion SocksRequest An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest
,SocksAuthRequest
,SocksCmdRequest
andUnknownSocksRequest
.SocksRequestType Type of socks requestSocksResponse An abstract class that defines a SocksResponse, providing common properties forSocksInitResponse
,SocksAuthResponse
,SocksCmdResponse
andUnknownSocksResponse
.SocksResponseType Type of socks responseSocksSubnegotiationVersion