软件包 | 描述 |
---|---|
io.netty.handler.codec.socks |
编码器,解码器及其相关的信息类型的袜子。
|
Modifier and Type | Method and Description |
---|---|
static SocksProtocolVersion |
SocksProtocolVersion.fromByte(byte b)
已过时。
改为使用
valueOf(byte) 。
|
SocksProtocolVersion |
SocksMessage.protocolVersion()
|
static SocksProtocolVersion |
SocksProtocolVersion.valueOf(byte b) |
static SocksProtocolVersion |
SocksProtocolVersion.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static SocksProtocolVersion[] |
SocksProtocolVersion.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.