JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.http.apache

Class SdkProxyRoutePlanner

  • All Implemented Interfaces:
    org.apache.http.conn.routing.HttpRoutePlanner


    public class SdkProxyRoutePlanner
    extends org.apache.http.impl.conn.DefaultRoutePlanner
    SdkProxyRoutePlanner delegates a Proxy Route Planner from the settings instead of the system properties. It will use the proxy created from proxyHost, proxyPort, and proxyProtocol and filter the hosts who matches nonProxyHosts pattern.
    See Also:
    ApacheHttpClientFactory.create(com.amazonaws.http.settings.HttpClientSettings)
    • Constructor Detail

      • SdkProxyRoutePlanner

        public SdkProxyRoutePlanner(String proxyHost,
         int proxyPort,
         Protocol proxyProtocol,
         String nonProxyHosts)
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /