Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
Modifier and Type | Field and Description |
---|---|
private SocksProtocolVersion |
SocksMessage.protocolVersion |
private SocksProtocolVersion |
SocksCmdRequestDecoder.version |
private SocksProtocolVersion |
SocksInitRequestDecoder.version |
private SocksProtocolVersion |
SocksCmdResponseDecoder.version |
private SocksProtocolVersion |
SocksInitResponseDecoder.version |
Modifier and Type | Method and Description |
---|---|
static SocksProtocolVersion |
SocksProtocolVersion.fromByte(byte b)
Deprecated.
Use
valueOf(byte) instead. |
SocksProtocolVersion |
SocksMessage.protocolVersion()
Returns the
SocksProtocolVersion of this SocksMessage |
static SocksProtocolVersion |
SocksProtocolVersion.valueOf(byte b) |
static SocksProtocolVersion |
SocksProtocolVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocksProtocolVersion[] |
SocksProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|