public interface Socks5CommandRequest extends Socks5Message
限定符和类型 | 方法和说明 |
---|---|
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.
|
version
decoderResult, setDecoderResult
Socks5CommandType 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.