public class Socks4CommandStatus extends java.lang.Object implements java.lang.Comparable<Socks4CommandStatus>
Modifier and Type | Field and Description |
---|---|
static Socks4CommandStatus |
IDENTD_AUTH_FAILURE |
static Socks4CommandStatus |
IDENTD_UNREACHABLE |
static Socks4CommandStatus |
REJECTED_OR_FAILED |
static Socks4CommandStatus |
SUCCESS |
Constructor and Description |
---|
Socks4CommandStatus(int byteValue) |
Socks4CommandStatus(int byteValue, java.lang.String name) |
public static final Socks4CommandStatus SUCCESS
public static final Socks4CommandStatus REJECTED_OR_FAILED
public static final Socks4CommandStatus IDENTD_UNREACHABLE
public static final Socks4CommandStatus IDENTD_AUTH_FAILURE
public Socks4CommandStatus(int byteValue)
public Socks4CommandStatus(int byteValue, java.lang.String name)
public static Socks4CommandStatus valueOf(byte b)
public byte byteValue()
public boolean isSuccess()
public int hashCode()
hashCode
在课程
java.lang.Object
public boolean equals(java.lang.Object obj)
equals
在课程
java.lang.Object
public int compareTo(Socks4CommandStatus o)
compareTo
接口
java.lang.Comparable<Socks4CommandStatus>
public java.lang.String toString()
toString
在课程
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.