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