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()
返回此请求的类型。
|
versiondecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitversiondecoderResult, setDecoderResultpublic 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.