Package io.netty.handler.codec.socksx.v5
Interface Socks5AddressDecoder
public interface Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondecodeAddress
(Socks5AddressType addrType, ByteBuf in) Decodes a SOCKS5 address field into its string representation.
-
Field Details
-
DEFAULT
-
-
Method Details
-
decodeAddress
Decodes a SOCKS5 address field into its string representation.- Parameters:
addrType
- the type of the addressin
- the input buffer which contains the SOCKS5 address field at its reader index- Throws:
Exception
-