public abstract class SocksRequest extends SocksMessage
SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.| Modifier and Type | Field and Description |
|---|---|
private SocksRequestType |
requestType |
| Modifier | Constructor and Description |
|---|---|
protected |
SocksRequest(SocksRequestType requestType) |
| Modifier and Type | Method and Description |
|---|---|
SocksRequestType |
requestType()
Returns socks request type
|
encodeAsByteBuf, protocolVersion, typeprivate final SocksRequestType requestType
protected SocksRequest(SocksRequestType requestType)
public SocksRequestType requestType()