public interface Socks4CommandRequest extends Socks4Message
CONNECT
or BIND
request.Modifier and Type | Method and Description |
---|---|
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.
|
String |
userId()
Returns the
USERID field of this request. |
version
decoderResult, setDecoderResult
Socks4CommandType type()
String userId()
USERID
field of this request.String dstAddr()
DSTIP
field of this request.int dstPort()
DSTPORT
field of this request.Copyright © 2008–2024 The Netty Project. All rights reserved.