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
Fields in org.jboss.netty.handler.codec.socks declared as SocksRequest.SocksRequestType Modifier and Type Field Description private SocksRequest.SocksRequestType
SocksRequest. socksRequestType
Methods in org.jboss.netty.handler.codec.socks that return SocksRequest.SocksRequestType Modifier and Type Method Description SocksRequest.SocksRequestType
SocksRequest. getSocksRequestType()
Returns socks request typestatic SocksRequest.SocksRequestType
SocksRequest.SocksRequestType. valueOf(java.lang.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)
-