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, type
private final SocksRequestType requestType
protected SocksRequest(SocksRequestType requestType)
public SocksRequestType requestType()