Interface ProxyCredentials


  • public interface ProxyCredentials
    Credentials to use when using a HTTP proxy that requires authentication.
    • Method Detail

      • getUsername

        java.lang.String getUsername()
        The username to use when connecting to the proxy.
        Returns:
        The username to use when connecting to the HTTP proxy.
      • getPassword

        java.lang.String getPassword()
        The password to use when connecting to the proxy.
        Returns:
        Either the password to use when connecting to the HTTP proxy.