Uses of Class
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
Packages that use Socks5PasswordAuthStatus Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5PasswordAuthStatus in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5PasswordAuthStatus Modifier and Type Field Description static Socks5PasswordAuthStatus
Socks5PasswordAuthStatus. FAILURE
static Socks5PasswordAuthStatus
Socks5PasswordAuthStatus. SUCCESS
Methods in io.netty.handler.codec.socksx.v5 that return Socks5PasswordAuthStatus Modifier and Type Method Description Socks5PasswordAuthStatus
DefaultSocks5PasswordAuthResponse. status()
Socks5PasswordAuthStatus
Socks5PasswordAuthResponse. status()
Returns the status of this response.static Socks5PasswordAuthStatus
Socks5PasswordAuthStatus. valueOf(byte b)
Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus Modifier and Type Method Description int
Socks5PasswordAuthStatus. compareTo(Socks5PasswordAuthStatus o)
Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus Constructor Description DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
-