public interface Socks5CommandRequest extends Socks5Message
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dstAddr()
Returns the
DST.ADDR field of this request. |
Socks5AddressType |
dstAddrType()
Returns the type of the
DST.ADDR field of this request. |
int |
dstPort()
Returns the
DST.PORT field of this request. |
Socks5CommandType |
type()
Returns the type of this request.
|
versiondecoderResult, setDecoderResultSocks5CommandType type()
Socks5AddressType dstAddrType()
DST.ADDR field of this request.java.lang.String dstAddr()
DST.ADDR field of this request.int dstPort()
DST.PORT field of this request.