Package | Description |
---|---|
io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
Modifier and Type | Method and Description |
---|---|
static SocksVersion |
SocksVersion.valueOf(byte b)
Returns the
SocksVersion that corresponds to the specified version field value,
as defined in the protocol specification. |
static SocksVersion |
SocksVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocksVersion[] |
SocksVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
SocksVersion |
SocksMessage.version()
Returns the protocol version of this message.
|
Modifier and Type | Method and Description |
---|---|
SocksVersion |
AbstractSocks4Message.version() |
Modifier and Type | Method and Description |
---|---|
SocksVersion |
AbstractSocks5Message.version() |
Copyright © 2008–2017 The Netty Project. All rights reserved.