Interface Socks5PrivateAuthResponse
- All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks5PrivateAuthResponse
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 Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Method Details
-
status
Socks5PrivateAuthStatus status()Returns the status of this response.- Returns:
- the authentication status
-