程序包 | 说明 |
---|---|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
限定符和类型 | 字段和说明 |
---|---|
static Socks4CommandStatus |
Socks4CommandStatus.IDENTD_AUTH_FAILURE |
static Socks4CommandStatus |
Socks4CommandStatus.IDENTD_UNREACHABLE |
static Socks4CommandStatus |
Socks4CommandStatus.REJECTED_OR_FAILED |
static Socks4CommandStatus |
Socks4CommandStatus.SUCCESS |
限定符和类型 | 方法和说明 |
---|---|
Socks4CommandStatus |
Socks4CommandResponse.status()
Returns the status of this response.
|
Socks4CommandStatus |
DefaultSocks4CommandResponse.status() |
static Socks4CommandStatus |
Socks4CommandStatus.valueOf(byte b) |
限定符和类型 | 方法和说明 |
---|---|
int |
Socks4CommandStatus.compareTo(Socks4CommandStatus o) |
构造器和说明 |
---|
DefaultSocks4CommandResponse(Socks4CommandStatus status)
Creates a new instance.
|
DefaultSocks4CommandResponse(Socks4CommandStatus status,
java.lang.String dstAddr,
int dstPort)
Creates a new instance.
|