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, setDecoderResultMethods 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 theUSERIDfield of this request. -
dstAddr
String dstAddr()Returns theDSTIPfield of this request. -
dstPort
int dstPort()Returns theDSTPORTfield of this request.
-