Interface Socks5AddressDecoder

    • Method Detail

      • decodeAddress

        java.lang.String decodeAddress​(Socks5AddressType addrType,
                                       ByteBuf in)
                                throws java.lang.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:
        java.lang.Exception