Interface Socks5AddressEncoder

    • Method Detail

      • encodeAddress

        void encodeAddress​(Socks5AddressType addrType,
                           java.lang.String addrValue,
                           ByteBuf out)
                    throws java.lang.Exception
        Encodes a SOCKS5 address.
        Parameters:
        addrType - the type of the address
        addrValue - the string representation of the address
        out - the output buffer where the encoded SOCKS5 address field will be written to
        Throws:
        java.lang.Exception