Interface WebProxyCredentials.Builder

  • Method Details

    • webProxyUsername

      WebProxyCredentials.Builder webProxyUsername(String webProxyUsername)

      The username for authenticating with the web proxy server.

      Parameters:
      webProxyUsername - The username for authenticating with the web proxy server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • webProxyPassword

      WebProxyCredentials.Builder webProxyPassword(String webProxyPassword)

      The password for authenticating with the web proxy server.

      Parameters:
      webProxyPassword - The password for authenticating with the web proxy server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.