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