Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
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(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,
String host,
int port) |
Copyright © 2008–2025 The Netty Project. All rights reserved.