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 forSocksRequestandSocksResponse.SocksMessageType SocksProtocolVersion SocksRequest An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest,SocksAuthRequest,SocksCmdRequestandUnknownSocksRequest.SocksRequestType Type of socks requestSocksResponse An abstract class that defines a SocksResponse, providing common properties forSocksInitResponse,SocksAuthResponse,SocksCmdResponseandUnknownSocksResponse.SocksResponseType Type of socks responseSocksSubnegotiationVersion