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
Subclasses with type arguments of type SocksAuthScheme in io.netty.handler.codec.socksMethods in io.netty.handler.codec.socks that return SocksAuthSchemeModifier and TypeMethodDescriptionSocksInitResponse.authScheme()Returns theSocksAuthSchemeof thisSocksInitResponsestatic SocksAuthSchemeSocksAuthScheme.fromByte(byte b) Deprecated.static SocksAuthSchemeSocksAuthScheme.valueOf(byte b) Returns the enum constant of this type with the specified name.static SocksAuthSchemeReturns 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
SocksAuthScheme.valueOf(byte)instead.