public interface Socks4CommandResponse extends Socks4Message
Modifier and Type | Method and Description |
---|---|
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()
String dstAddr()
DSTIP
field of this response.int dstPort()
DSTPORT
field of this response.Copyright © 2008–2017 The Netty Project. All rights reserved.