Uses of Enum
org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
Packages that use SocksRequest.SocksRequestType
Package
Description
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.SocksRequestTypeModifier and TypeFieldDescriptionprivate final SocksRequest.SocksRequestType
SocksRequest.socksRequestType
Methods in org.jboss.netty.handler.codec.socks that return SocksRequest.SocksRequestTypeModifier and TypeMethodDescriptionSocksRequest.getSocksRequestType()
Returns socks request typeReturns 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.SocksRequestTypeModifierConstructorDescriptionprotected
SocksRequest
(SocksRequest.SocksRequestType socksRequestType)