Uses of Class
org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
-
Packages that use SocksRequest.SocksRequestType Package Description org.jboss.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksRequest.SocksRequestType in org.jboss.netty.handler.codec.socks
Methods in org.jboss.netty.handler.codec.socks that return SocksRequest.SocksRequestType Modifier and Type Method Description SocksRequest.SocksRequestTypeSocksRequest. getSocksRequestType()Returns socks request typestatic SocksRequest.SocksRequestTypeSocksRequest.SocksRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static SocksRequest.SocksRequestType[]SocksRequest.SocksRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.netty.handler.codec.socks with parameters of type SocksRequest.SocksRequestType Constructor Description SocksRequest(SocksRequest.SocksRequestType socksRequestType)
-