Interface Socks5CommandRequest
- All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks5CommandRequest
A SOCKS5 request detail message, as defined in
the section 4, RFC1928.
-
Method Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Method Details
-
type
Socks5CommandType type()Returns the type of this request. -
dstAddrType
Socks5AddressType dstAddrType()Returns the type of theDST.ADDRfield of this request. -
dstAddr
String dstAddr()Returns theDST.ADDRfield of this request. -
dstPort
int dstPort()Returns theDST.PORTfield of this request.
-