public interface Socks5CommandRequest extends Socks5Message
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dstAddr()
返回此请求的
DST.ADDR字段。
|
Socks5AddressType |
dstAddrType()
返回此请求的
DST.ADDR字段的类型。
|
int |
dstPort()
返回此请求的
DST.PORT字段。
|
Socks5CommandType |
type()
返回此请求的类型。
|
versiondecoderResult, setDecoderResultSocks5CommandType type()
Socks5AddressType dstAddrType()
DST.ADDR字段的类型。
java.lang.String dstAddr()
DST.ADDR字段。
int dstPort()
DST.PORT字段。
Copyright © 2008–2018 The Netty Project. All rights reserved.