Package io.netty.handler.codec.socksx.v4
Interface Socks4CommandRequest
- All Superinterfaces:
DecoderResultProvider
,Socks4Message
,SocksMessage
- All Known Implementing Classes:
DefaultSocks4CommandRequest
A SOCKS4a
CONNECT
or BIND
request.-
Method Summary
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
Methods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
Method Details
-
type
Socks4CommandType type()Returns the type of this request. -
userId
String userId()Returns theUSERID
field of this request. -
dstAddr
String dstAddr()Returns theDSTIP
field of this request. -
dstPort
int dstPort()Returns theDSTPORT
field of this request.
-