Uses of Enum
org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
Packages that use SocksResponse.SocksResponseType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksResponse.SocksResponseType in org.jboss.netty.handler.codec.socks
Fields in org.jboss.netty.handler.codec.socks declared as SocksResponse.SocksResponseTypeModifier and TypeFieldDescriptionprivate final SocksResponse.SocksResponseType
SocksResponse.socksResponseType
Methods in org.jboss.netty.handler.codec.socks that return SocksResponse.SocksResponseTypeModifier and TypeMethodDescriptionSocksResponse.getSocksResponseType()
Returns socks response typeReturns the enum constant of this type with the specified name.static SocksResponse.SocksResponseType[]
SocksResponse.SocksResponseType.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 SocksResponse.SocksResponseTypeModifierConstructorDescriptionprotected
SocksResponse
(SocksResponse.SocksResponseType socksResponseType)