Class SdkProxyRoutePlanner
java.lang.Object
org.apache.http.impl.conn.DefaultRoutePlanner
software.amazon.awssdk.http.apache.internal.SdkProxyRoutePlanner
- All Implemented Interfaces:
- org.apache.http.conn.routing.HttpRoutePlanner
@SdkInternalApi
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 and proxyPort and
 filter the hosts who matches nonProxyHosts pattern.
- 
Constructor SummaryConstructorsConstructorDescriptionSdkProxyRoutePlanner(String proxyHost, int proxyPort, String proxyProtocol, Set<String> nonProxyHosts) 
- 
Method SummaryMethods inherited from class org.apache.http.impl.conn.DefaultRoutePlannerdetermineRoute
- 
Constructor Details- 
SdkProxyRoutePlanner
 
-