Package | Description |
---|---|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
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()
Returns the status of this response.
|
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,
String bndAddr,
int bndPort) |
Copyright © 2008–2017 The Netty Project. All rights reserved.