Package io.netty.handler.codec.socksx.v5
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 io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface io.netty.handler.codec.socksx.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.
-