| Package | Description |
|---|---|
| io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
| Modifier and Type | Field and Description |
|---|---|
private SocksRequestType |
SocksRequest.requestType |
| Modifier and Type | Method and Description |
|---|---|
SocksRequestType |
SocksRequest.requestType()
Returns socks request type
|
static SocksRequestType |
SocksRequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocksRequestType[] |
SocksRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SocksRequest(SocksRequestType requestType) |