Uses of Enum
io.netty.handler.codec.socks.SocksAuthScheme
Packages that use SocksAuthScheme
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksAuthScheme in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksAuthSchemeFields in io.netty.handler.codec.socks with type parameters of type SocksAuthSchemeModifier and TypeFieldDescriptionprivate final List
<SocksAuthScheme> SocksInitRequest.authSchemes
Methods in io.netty.handler.codec.socks that return SocksAuthSchemeModifier and TypeMethodDescriptionSocksInitResponse.authScheme()
Returns theSocksAuthScheme
of thisSocksInitResponse
static SocksAuthScheme
SocksAuthScheme.fromByte
(byte b) Deprecated.static SocksAuthScheme
SocksAuthScheme.valueOf
(byte b) Returns the enum constant of this type with the specified name.static SocksAuthScheme
Returns the enum constant of this type with the specified name.static SocksAuthScheme[]
SocksAuthScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.socks that return types with arguments of type SocksAuthSchemeConstructors in io.netty.handler.codec.socks with parameters of type SocksAuthSchemeConstructor parameters in io.netty.handler.codec.socks with type arguments of type SocksAuthScheme
valueOf(byte)
instead.