public interface Socks4CommandResponse extends Socks4Message
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
dstAddr()
Returns the
DSTIP field of this response. |
int |
dstPort()
Returns the
DSTPORT field of this response. |
Socks4CommandStatus |
status()
Returns the status of this response.
|
version
decoderResult, setDecoderResult
Socks4CommandStatus status()
java.lang.String dstAddr()
DSTIP
field of this response.int dstPort()
DSTPORT
field of this response.