Uses of Enum
org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
Packages that use SocksMessage.AuthScheme
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksMessage.AuthScheme in org.jboss.netty.handler.codec.socks
Fields in org.jboss.netty.handler.codec.socks declared as SocksMessage.AuthSchemeModifier and TypeFieldDescriptionprivate final SocksMessage.AuthScheme
SocksInitResponse.authScheme
private SocksMessage.AuthScheme
SocksInitResponseDecoder.authScheme
Fields in org.jboss.netty.handler.codec.socks with type parameters of type SocksMessage.AuthSchemeModifier and TypeFieldDescriptionprivate final List<SocksMessage.AuthScheme>
SocksInitRequest.authSchemes
private final List<SocksMessage.AuthScheme>
SocksInitRequestDecoder.authSchemes
Methods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthSchemeModifier and TypeMethodDescriptionstatic SocksMessage.AuthScheme
SocksMessage.AuthScheme.fromByte
(byte b) SocksInitResponse.getAuthScheme()
Returns theSocksMessage.AuthScheme
of thisSocksInitResponse
static SocksMessage.AuthScheme
Returns the enum constant of this type with the specified name.static SocksMessage.AuthScheme[]
SocksMessage.AuthScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.netty.handler.codec.socks that return types with arguments of type SocksMessage.AuthSchemeModifier and TypeMethodDescriptionSocksInitRequest.getAuthSchemes()
Returns the List<SocksMessage.AuthScheme
> of thisSocksInitRequest
Constructors in org.jboss.netty.handler.codec.socks with parameters of type SocksMessage.AuthSchemeConstructor parameters in org.jboss.netty.handler.codec.socks with type arguments of type SocksMessage.AuthScheme