软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx |
编码器,解码器及其相关的SOCKS协议消息类型。
|
io.netty.handler.codec.socksx.v4 |
编码器,解码器及其相关的SOCKSv4协议消息类型。
|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
Modifier and Type | Method and Description |
---|---|
static SocksVersion |
SocksVersion.valueOf(byte b)
按照协议规范中的定义,返回与指定版本字段值相对应的 SocksVersion 。
|
static SocksVersion |
SocksVersion.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static SocksVersion[] |
SocksVersion.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
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–2018 The Netty Project. All rights reserved.