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