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
SocksRequest
andSocksResponse
.An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest
,SocksAuthRequest
,SocksCmdRequest
andUnknownSocksRequest
.Type of socks requestAn abstract class that defines a SocksResponse, providing common properties forSocksInitResponse
,SocksAuthResponse
,SocksCmdResponse
andUnknownSocksResponse
.Type of socks response