public interface Socks5CommandResponse extends Socks5Message
Modifier and Type | Method and Description |
---|---|
String |
bndAddr()
Returns the
BND.ADDR field of this response. |
Socks5AddressType |
bndAddrType()
Returns the address type of the
BND.ADDR field of this response. |
int |
bndPort()
Returns the
BND.PORT field of this response. |
Socks5CommandStatus |
status()
Returns the status of this response.
|
version
decoderResult, setDecoderResult
Socks5CommandStatus status()
Socks5AddressType bndAddrType()
BND.ADDR
field of this response.String bndAddr()
BND.ADDR
field of this response.int bndPort()
BND.PORT
field of this response.Copyright © 2008–2017 The Netty Project. All rights reserved.