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()
返回此请求的类型。
|
version
decoderResult, setDecoderResult
Socks5CommandType type()
Socks5AddressType dstAddrType()
DST.ADDR
字段的类型。
java.lang.String dstAddr()
DST.ADDR
字段。
int dstPort()
DST.PORT
字段。
Copyright © 2008–2018 The Netty Project. All rights reserved.