Interface Socks5PrivateAuthResponse

  • All Superinterfaces:
    io.netty.handler.codec.DecoderResultProvider, Socks5Message, SocksMessage
    All Known Implementing Classes:
    DefaultSocks5PrivateAuthResponse

    public interface Socks5PrivateAuthResponse
    extends Socks5Message
    A SOCKS5 subnegotiation response for private authentication.

    This interface corresponds to the response for private authentication methods in the range 0x80-0xFE as defined in RFC 1928. For custom private authentication protocols, this interface can be extended with additional methods.

    See Also:
    RFC 1928 Section 3
    • Method Detail