Interface Socks4CommandResponse
- All Superinterfaces:
DecoderResultProvider, Socks4Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks4CommandResponse
A SOCKS4a response.
-
Method Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultModifier and TypeMethodDescriptionReturns the result of decoding this object.voidsetDecoderResult(DecoderResult result) Updates the result of decoding this object.Methods inherited from interface SocksMessage
version
-
Method Details
-
status
Socks4CommandStatus status()Returns the status of this response. -
dstAddr
String dstAddr()Returns theDSTIPfield of this response. -
dstPort
int dstPort()Returns theDSTPORTfield of this response.
-