Class SdkProxyRoutePlanner
java.lang.Object
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
software.amazon.awssdk.http.apache5.internal.SdkProxyRoutePlanner
- All Implemented Interfaces:
org.apache.hc.client5.http.routing.HttpRoutePlanner
public class SdkProxyRoutePlanner
extends org.apache.hc.client5.http.impl.routing.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 Summary
ConstructorsConstructorDescriptionSdkProxyRoutePlanner
(String proxyHost, int proxyPort, String proxyProtocol, Set<String> nonProxyHosts) -
Method Summary
Methods inherited from class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
determineRoute, determineRoute
-
Constructor Details
-
SdkProxyRoutePlanner
-