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 Socks5PasswordAuthStatusSocks5PasswordAuthStatus. FAILUREstatic Socks5PasswordAuthStatusSocks5PasswordAuthStatus. SUCCESSMethods in io.netty.handler.codec.socksx.v5 that return Socks5PasswordAuthStatus Modifier and Type Method Description Socks5PasswordAuthStatusDefaultSocks5PasswordAuthResponse. status()Socks5PasswordAuthStatusSocks5PasswordAuthResponse. status()Returns the status of this response.static Socks5PasswordAuthStatusSocks5PasswordAuthStatus. valueOf(byte b)Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus Modifier and Type Method Description intSocks5PasswordAuthStatus. compareTo(Socks5PasswordAuthStatus o)Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5PasswordAuthStatus Constructor Description DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
-