软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
Modifier and Type | Field and Description |
---|---|
static Socks5CommandStatus |
Socks5CommandStatus.ADDRESS_UNSUPPORTED |
static Socks5CommandStatus |
Socks5CommandStatus.COMMAND_UNSUPPORTED |
static Socks5CommandStatus |
Socks5CommandStatus.CONNECTION_REFUSED |
static Socks5CommandStatus |
Socks5CommandStatus.FAILURE |
static Socks5CommandStatus |
Socks5CommandStatus.FORBIDDEN |
static Socks5CommandStatus |
Socks5CommandStatus.HOST_UNREACHABLE |
static Socks5CommandStatus |
Socks5CommandStatus.NETWORK_UNREACHABLE |
static Socks5CommandStatus |
Socks5CommandStatus.SUCCESS |
static Socks5CommandStatus |
Socks5CommandStatus.TTL_EXPIRED |
Modifier and Type | Method and Description |
---|---|
Socks5CommandStatus |
Socks5CommandResponse.status()
返回此响应的状态。
|
Socks5CommandStatus |
DefaultSocks5CommandResponse.status() |
static Socks5CommandStatus |
Socks5CommandStatus.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks5CommandStatus.compareTo(Socks5CommandStatus o) |
Constructor and Description |
---|
DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType) |
DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, java.lang.String bndAddr, int bndPort) |
Copyright © 2008–2018 The Netty Project. All rights reserved.