Uses of Class
io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
-
Packages that use Socks5PrivateAuthStatus Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5PrivateAuthStatus in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5PrivateAuthStatus Modifier and Type Field Description static Socks5PrivateAuthStatus
Socks5PrivateAuthStatus. FAILURE
static Socks5PrivateAuthStatus
Socks5PrivateAuthStatus. SUCCESS
Methods in io.netty.handler.codec.socksx.v5 that return Socks5PrivateAuthStatus Modifier and Type Method Description Socks5PrivateAuthStatus
DefaultSocks5PrivateAuthResponse. status()
Socks5PrivateAuthStatus
Socks5PrivateAuthResponse. status()
Returns the status of this response.static Socks5PrivateAuthStatus
Socks5PrivateAuthStatus. valueOf(byte b)
Returns theSocks5PrivateAuthStatus
instance that corresponds to the specified byte value.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PrivateAuthStatus Modifier and Type Method Description int
Socks5PrivateAuthStatus. compareTo(Socks5PrivateAuthStatus o)
Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PrivateAuthStatus Constructor Description DefaultSocks5PrivateAuthResponse(Socks5PrivateAuthStatus authStatus)
Creates a new instance with the specified status.
-