public interface Socks5CommandRequest extends Socks5Message
Modifier and Type | Method and Description |
---|---|
String |
dstAddr()
Returns the
DST.ADDR field of this request. |
Socks5AddressType |
dstAddrType()
Returns the type of the
DST.ADDR field of this request. |
int |
dstPort()
Returns the
DST.PORT field of this request. |
Socks5CommandType |
type()
Returns the type of this request.
|
version
decoderResult, setDecoderResult
Socks5CommandType type()
Socks5AddressType dstAddrType()
DST.ADDR
field of this request.String dstAddr()
DST.ADDR
field of this request.int dstPort()
DST.PORT
field of this request.Copyright © 2008–2024 The Netty Project. All rights reserved.