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.
|
versiondecoderResult, setDecoderResultSocks4CommandStatus status()
String dstAddr()
DSTIP field of this response.int dstPort()
DSTPORT field of this response.Copyright © 2008–2025 The Netty Project. All rights reserved.