Interface Socks4CommandRequest
- All Superinterfaces:
DecoderResultProvider, Socks4Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks4CommandRequest
A SOCKS4a
CONNECT or BIND request.-
Method Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface 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.
-