Interface Socks5PasswordAuthRequest

All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
All Known Implementing Classes:
DefaultSocks5PasswordAuthRequest

public interface Socks5PasswordAuthRequest extends Socks5Message
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
  • Method Details

    • username

      String username()
      Returns the username of this request.
    • password

      String password()
      Returns the password of this request.