public interface Socks4CommandRequest extends Socks4Message
CONNECT
或
BIND
请求。
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dstAddr()
返回此请求的
DSTIP 字段。
|
int |
dstPort()
返回此请求的
DSTPORT 字段。
|
Socks4CommandType |
type()
返回此请求的类型。
|
java.lang.String |
userId()
返回此请求的
USERID 字段。
|
version
decoderResult, setDecoderResult
Socks4CommandType type()
java.lang.String userId()
USERID
字段。
java.lang.String dstAddr()
DSTIP
字段。
int dstPort()
DSTPORT
字段。
Copyright © 2008–2018 The Netty Project. All rights reserved.