Interface Socks5PasswordAuthResponse
- All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks5PasswordAuthResponse
A SOCKS5 subnegotiation response for username-password authentication, as defined in
the section 2, RFC1929.
-
Method Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Method Details
-
status
Socks5PasswordAuthStatus status()Returns the status of this response.
-