public abstract class SocksRequest extends SocksMessage
SocksInitRequest
, SocksAuthRequest
, SocksCmdRequest
and UnknownSocksRequest
.Modifier | Constructor and Description |
---|---|
protected |
SocksRequest(SocksRequestType requestType) |
Modifier and Type | Method and Description |
---|---|
SocksRequestType |
requestType()
Returns socks request type
|
encodeAsByteBuf, protocolVersion, type
protected SocksRequest(SocksRequestType requestType)
public SocksRequestType requestType()
Copyright © 2008–2017 The Netty Project. All rights reserved.