Uses of Class
io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
Packages that use Socks5PrivateAuthStatus
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5PrivateAuthStatus in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement interfaces with type arguments of type Socks5PrivateAuthStatusModifier and TypeClassDescriptionfinal classThe status of a SOCKS5 private authentication response.Fields in io.netty.handler.codec.socksx.v5 declared as Socks5PrivateAuthStatusModifier and TypeFieldDescriptionstatic final Socks5PrivateAuthStatusSocks5PrivateAuthStatus.FAILUREstatic final Socks5PrivateAuthStatusSocks5PrivateAuthStatus.SUCCESSMethods in io.netty.handler.codec.socksx.v5 that return Socks5PrivateAuthStatusModifier and TypeMethodDescriptionDefaultSocks5PrivateAuthResponse.status()Socks5PrivateAuthResponse.status()Returns the status of this response.static Socks5PrivateAuthStatusSocks5PrivateAuthStatus.valueOf(byte b) Returns theSocks5PrivateAuthStatusinstance that corresponds to the specified byte value.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PrivateAuthStatusModifier and TypeMethodDescriptionintSocks5PrivateAuthStatus.compareTo(Socks5PrivateAuthStatus o) Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PrivateAuthStatusModifierConstructorDescriptionCreates a new instance with the specified status.