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
Subclasses with type arguments of type SocksAuthStatus in io.netty.handler.codec.socksMethods in io.netty.handler.codec.socks that return SocksAuthStatusModifier and TypeMethodDescriptionSocksAuthResponse.authStatus()Returns theSocksAuthStatusof thisSocksAuthResponsestatic SocksAuthStatusSocksAuthStatus.fromByte(byte b) Deprecated.static SocksAuthStatusSocksAuthStatus.valueOf(byte b) Returns the enum constant of this type with the specified name.static SocksAuthStatusReturns 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
SocksAuthStatus.valueOf(byte)instead.