Uses of Class
org.jboss.netty.handler.codec.socks.SocksRequest
-
Packages that use SocksRequest Package Description org.jboss.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksRequest in org.jboss.netty.handler.codec.socks
Subclasses of SocksRequest in org.jboss.netty.handler.codec.socks Modifier and Type Class Description class
SocksAuthRequest
An socks auth request.class
SocksCmdRequest
An socks cmd request.class
SocksInitRequest
An socks init request.class
UnknownSocksRequest
An unknown socks request.
-