| Package | Description |
|---|---|
| io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
| Modifier and Type | Field and Description |
|---|---|
private SocksCmdType |
SocksCmdRequestDecoder.cmdType |
private SocksCmdType |
SocksCmdRequest.cmdType |
| Modifier and Type | Method and Description |
|---|---|
SocksCmdType |
SocksCmdRequest.cmdType()
Returns the
SocksCmdType of this SocksCmdRequest |
static SocksCmdType |
SocksCmdType.fromByte(byte b)
Deprecated.
Use
valueOf(byte) instead. |
static SocksCmdType |
SocksCmdType.valueOf(byte b) |
static SocksCmdType |
SocksCmdType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocksCmdType[] |
SocksCmdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SocksCmdRequest(SocksCmdType cmdType,
SocksAddressType addressType,
java.lang.String host,
int port) |