Interface Socks5PrivateAuthResponse

All Superinterfaces:
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:
  • Method Details