public interface Socks5AddressDecoder
Modifier and Type | Field and Description |
---|---|
static Socks5AddressDecoder |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decodeAddress(Socks5AddressType addrType, ByteBuf in)
将SOCKS5地址字段解码为其字符串表示形式。
|
static final Socks5AddressDecoder DEFAULT
java.lang.String decodeAddress(Socks5AddressType addrType, ByteBuf in) throws java.lang.Exception
addrType
- 地址的类型
in
- 在其阅读器索引处包含SOCKS5地址字段的输入缓冲区
java.lang.Exception
Copyright © 2008–2018 The Netty Project. All rights reserved.