public final class DefaultSocks5CommandResponse extends AbstractSocks5Message implements Socks5CommandResponse
Constructor and Description |
---|
DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType) |
DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, java.lang.String bndAddr, int bndPort) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
bndAddr()
返回此响应的
BND.ADDR 字段。
|
Socks5AddressType |
bndAddrType()
返回此响应的
BND.ADDR 字段的地址类型。
|
int |
bndPort()
返回此响应的
BND.PORT 字段。
|
Socks5CommandStatus |
status()
返回此响应的状态。
|
java.lang.String |
toString() |
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
public DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType)
public DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, java.lang.String bndAddr, int bndPort)
public Socks5CommandStatus status()
Socks5CommandResponse
status
在界面
Socks5CommandResponse
public Socks5AddressType bndAddrType()
Socks5CommandResponse
复制的描述
BND.ADDR
字段的地址类型。
bndAddrType
在界面
Socks5CommandResponse
public java.lang.String bndAddr()
Socks5CommandResponse
复制的描述
BND.ADDR
字段。
bndAddr
在界面
Socks5CommandResponse
public int bndPort()
Socks5CommandResponse
复制的描述
BND.PORT
字段。
bndPort
在界面
Socks5CommandResponse
public java.lang.String toString()
toString
in class
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.