Class Socks5PasswordAuthStatus
java.lang.Object
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- All Implemented Interfaces:
Comparable<Socks5PasswordAuthStatus>
public class Socks5PasswordAuthStatus
extends Object
implements Comparable<Socks5PasswordAuthStatus>
The status of
Socks5PasswordAuthResponse.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Socks5PasswordAuthStatusstatic final Socks5PasswordAuthStatus -
Constructor Summary
ConstructorsConstructorDescriptionSocks5PasswordAuthStatus(int byteValue) Socks5PasswordAuthStatus(int byteValue, String name) -
Method Summary
-
Field Details
-
SUCCESS
-
FAILURE
-
-
Constructor Details
-
Socks5PasswordAuthStatus
public Socks5PasswordAuthStatus(int byteValue) -
Socks5PasswordAuthStatus
-
-
Method Details
-
valueOf
-
byteValue
public byte byteValue() -
isSuccess
public boolean isSuccess() -
hashCode
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Socks5PasswordAuthStatus>
-
toString
-