Uses of Class
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
Packages that use Socks5PasswordAuthStatus
Package
Description
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 Socks5PasswordAuthStatusModifier and TypeFieldDescriptionstatic final Socks5PasswordAuthStatus
Socks5PasswordAuthStatus.FAILURE
private final Socks5PasswordAuthStatus
DefaultSocks5PasswordAuthResponse.status
static final Socks5PasswordAuthStatus
Socks5PasswordAuthStatus.SUCCESS
Methods in io.netty.handler.codec.socksx.v5 that return Socks5PasswordAuthStatusModifier and TypeMethodDescriptionDefaultSocks5PasswordAuthResponse.status()
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 Socks5PasswordAuthStatusModifier and TypeMethodDescriptionint
Socks5PasswordAuthStatus.compareTo
(Socks5PasswordAuthStatus o) Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus