| Package | Description | 
|---|---|
| io.netty.handler.codec.socksx.v4 | Encoder, decoder and their related message types for SOCKSv4 protocol. | 
| 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()Returns the status of this response. | 
| 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)Creates a new instance. | 
| DefaultSocks4CommandResponse(Socks4CommandStatus status,
                            String dstAddr,
                            int dstPort)Creates a new instance. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.