public interface Socks4CommandRequest extends Socks4Message
CONNECT or BIND request.| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
dstAddr()
Returns the
DSTIP field of this request. |
int |
dstPort()
Returns the
DSTPORT field of this request. |
Socks4CommandType |
type()
Returns the type of this request.
|
java.lang.String |
userId()
Returns the
USERID field of this request. |
versiondecoderResult, setDecoderResultSocks4CommandType type()
java.lang.String userId()
USERID field of this request.java.lang.String dstAddr()
DSTIP field of this request.int dstPort()
DSTPORT field of this request.