软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx.v4 |
编码器,解码器及其相关的SOCKSv4协议消息类型。
|
Modifier and Type | Field and Description |
---|---|
static Socks4CommandStatus |
Socks4CommandStatus.IDENTD_AUTH_FAILURE |
static Socks4CommandStatus |
Socks4CommandStatus.IDENTD_UNREACHABLE |
static Socks4CommandStatus |
Socks4CommandStatus.REJECTED_OR_FAILED |
static Socks4CommandStatus |
Socks4CommandStatus.SUCCESS |
Modifier and Type | Method and Description |
---|---|
Socks4CommandStatus |
Socks4CommandResponse.status()
返回此响应的状态。
|
Socks4CommandStatus |
DefaultSocks4CommandResponse.status() |
static Socks4CommandStatus |
Socks4CommandStatus.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks4CommandStatus.compareTo(Socks4CommandStatus o) |
Constructor and Description |
---|
DefaultSocks4CommandResponse(Socks4CommandStatus status)
创建一个新的实例。
|
DefaultSocks4CommandResponse(Socks4CommandStatus status, java.lang.String dstAddr, int dstPort)
创建一个新的实例。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.