Interface Socks5AddressDecoder


public interface Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
See Also:
  • Field Details

  • Method Details

    • decodeAddress

      String decodeAddress(Socks5AddressType addrType, ByteBuf in) throws Exception
      Decodes a SOCKS5 address field into its string representation.
      Parameters:
      addrType - the type of the address
      in - the input buffer which contains the SOCKS5 address field at its reader index
      Throws:
      Exception