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
Subclasses with type arguments of type SocksMessage.AuthScheme in org.jboss.netty.handler.codec.socksFields in org.jboss.netty.handler.codec.socks declared as SocksMessage.AuthSchemeModifier and TypeFieldDescriptionprivate final SocksMessage.AuthSchemeSocksInitResponse.authSchemeprivate SocksMessage.AuthSchemeSocksInitResponseDecoder.authSchemeFields in org.jboss.netty.handler.codec.socks with type parameters of type SocksMessage.AuthSchemeModifier and TypeFieldDescriptionprivate final List<SocksMessage.AuthScheme> SocksInitRequest.authSchemesprivate final List<SocksMessage.AuthScheme> SocksInitRequestDecoder.authSchemesMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthSchemeModifier and TypeMethodDescriptionstatic SocksMessage.AuthSchemeSocksMessage.AuthScheme.fromByte(byte b) SocksInitResponse.getAuthScheme()Returns theSocksMessage.AuthSchemeof thisSocksInitResponsestatic SocksMessage.AuthSchemeReturns 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.AuthSchemeConstructors 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