Class SocksAuthRequest


  • public final class SocksAuthRequest
    extends SocksRequest
    An socks auth request.
    • Constructor Detail

      • SocksAuthRequest

        public SocksAuthRequest​(String username,
                                String password)
    • Method Detail

      • getUsername

        public String getUsername()
        Returns username that needs to be authenticated
        Returns:
        username that needs to be authenticated
      • getPassword

        public String getPassword()
        Returns password that needs to be validated
        Returns:
        password that needs to be validated