Uses of Package
org.jboss.netty.handler.codec.socks
Packages that use org.jboss.netty.handler.codec.socks
Package
Description
Encoder, decoder and their related message types for Socks.
-
Classes in org.jboss.netty.handler.codec.socks used by org.jboss.netty.handler.codec.socksClassDescriptionAn abstract class that defines a SocksMessage, providing common properties for
SocksRequestandSocksResponse.An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest,SocksAuthRequest,SocksCmdRequestandUnknownSocksRequest.Type of socks requestAn abstract class that defines a SocksResponse, providing common properties forSocksInitResponse,SocksAuthResponse,SocksCmdResponseandUnknownSocksResponse.Type of socks response