Interface Socks5AddressDecoder

    • Method Detail

      • 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