Interface ProxyBypass.Builder

  • Method Details

    • domainPatterns

      ProxyBypass.Builder domainPatterns(Collection<String> domainPatterns)

      Array of domain patterns that should bypass the proxy. Supports .amazonaws.com for subdomain matching or amazonaws.com for exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.

      Parameters:
      domainPatterns - Array of domain patterns that should bypass the proxy. Supports .amazonaws.com for subdomain matching or amazonaws.com for exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainPatterns

      ProxyBypass.Builder domainPatterns(String... domainPatterns)

      Array of domain patterns that should bypass the proxy. Supports .amazonaws.com for subdomain matching or amazonaws.com for exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.

      Parameters:
      domainPatterns - Array of domain patterns that should bypass the proxy. Supports .amazonaws.com for subdomain matching or amazonaws.com for exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.
      Returns:
      Returns a reference to this object so that method calls can be chained together.