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
Classes in io.netty.handler.codec.socksx.v5 that implement interfaces with type arguments of type Socks5PasswordAuthStatusFields in io.netty.handler.codec.socksx.v5 declared as Socks5PasswordAuthStatusModifier and TypeFieldDescriptionstatic final Socks5PasswordAuthStatusSocks5PasswordAuthStatus.FAILUREstatic final Socks5PasswordAuthStatusSocks5PasswordAuthStatus.SUCCESSMethods in io.netty.handler.codec.socksx.v5 that return Socks5PasswordAuthStatusModifier and TypeMethodDescriptionDefaultSocks5PasswordAuthResponse.status()Socks5PasswordAuthResponse.status()Returns the status of this response.static Socks5PasswordAuthStatusSocks5PasswordAuthStatus.valueOf(byte b) Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatusModifier and TypeMethodDescriptionintSocks5PasswordAuthStatus.compareTo(Socks5PasswordAuthStatus o) Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus