public class Socks5CommandType extends Object implements Comparable<Socks5CommandType>
Socks5CommandRequest.| Modifier and Type | Field and Description |
|---|---|
static Socks5CommandType |
BIND |
static Socks5CommandType |
CONNECT |
static Socks5CommandType |
UDP_ASSOCIATE |
| Constructor and Description |
|---|
Socks5CommandType(int byteValue) |
Socks5CommandType(int byteValue,
String name) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
int |
compareTo(Socks5CommandType o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
static Socks5CommandType |
valueOf(byte b) |
public static final Socks5CommandType CONNECT
public static final Socks5CommandType BIND
public static final Socks5CommandType UDP_ASSOCIATE
public Socks5CommandType(int byteValue)
public Socks5CommandType(int byteValue,
String name)
public static Socks5CommandType valueOf(byte b)
public byte byteValue()
public int compareTo(Socks5CommandType o)
compareTo in interface Comparable<Socks5CommandType>Copyright © 2008–2025 The Netty Project. All rights reserved.