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字段。
|
versiondecoderResult, setDecoderResultSocks4CommandType type()
java.lang.String userId()
USERID字段。
java.lang.String dstAddr()
DSTIP字段。
int dstPort()
DSTPORT字段。
Copyright © 2008–2018 The Netty Project. All rights reserved.