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 Socks5PrivateAuthStatusSocks5PrivateAuthStatus. FAILUREstatic Socks5PrivateAuthStatusSocks5PrivateAuthStatus. SUCCESSMethods in io.netty.handler.codec.socksx.v5 that return Socks5PrivateAuthStatus Modifier and Type Method Description Socks5PrivateAuthStatusDefaultSocks5PrivateAuthResponse. status()Socks5PrivateAuthStatusSocks5PrivateAuthResponse. 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 Socks5PrivateAuthStatus Modifier and Type Method Description intSocks5PrivateAuthStatus. 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.
-