Uses of Enum
io.netty.handler.codec.socks.SocksAuthStatus
Packages that use SocksAuthStatus
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksAuthStatus in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksAuthStatusMethods in io.netty.handler.codec.socks that return SocksAuthStatusModifier and TypeMethodDescriptionSocksAuthResponse.authStatus()
Returns theSocksAuthStatus
of thisSocksAuthResponse
static SocksAuthStatus
SocksAuthStatus.fromByte
(byte b) Deprecated.static SocksAuthStatus
SocksAuthStatus.valueOf
(byte b) Returns the enum constant of this type with the specified name.static SocksAuthStatus
Returns the enum constant of this type with the specified name.static SocksAuthStatus[]
SocksAuthStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.socks with parameters of type SocksAuthStatus
valueOf(byte)
instead.