public final class DefaultSocks5CommandRequest extends AbstractSocks5Message implements Socks5CommandRequest
Constructor and Description |
---|
DefaultSocks5CommandRequest(Socks5CommandType type, Socks5AddressType dstAddrType, java.lang.String dstAddr, int dstPort) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dstAddr()
返回此请求的
DST.ADDR 字段。
|
Socks5AddressType |
dstAddrType()
返回此请求的
DST.ADDR 字段的类型。
|
int |
dstPort()
返回此请求的
DST.PORT 字段。
|
java.lang.String |
toString() |
Socks5CommandType |
type()
返回此请求的类型。
|
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
public DefaultSocks5CommandRequest(Socks5CommandType type, Socks5AddressType dstAddrType, java.lang.String dstAddr, int dstPort)
public Socks5CommandType type()
Socks5CommandRequest
type
在界面
Socks5CommandRequest
public Socks5AddressType dstAddrType()
Socks5CommandRequest
复制的描述
DST.ADDR
字段的类型。
dstAddrType
在界面
Socks5CommandRequest
public java.lang.String dstAddr()
Socks5CommandRequest
复制的描述
DST.ADDR
字段。
dstAddr
在界面
Socks5CommandRequest
public int dstPort()
Socks5CommandRequest
DST.PORT
字段。
dstPort
在界面
Socks5CommandRequest
public java.lang.String toString()
toString
in class
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.