Class SchemeBasedRoutePlanner
java.lang.Object
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
org.springframework.cloud.config.server.proxy.SchemeBasedRoutePlanner
- All Implemented Interfaces:
org.apache.hc.client5.http.routing.HttpRoutePlanner
public class SchemeBasedRoutePlanner
extends org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- Author:
- Dylan Roberts
-
Constructor Summary
ConstructorsConstructorDescriptionSchemeBasedRoutePlanner(ProxyHostProperties httpsProxy, ProxyHostProperties httpProxy) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hc.core5.http.HttpHostdetermineProxy(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.protocol.HttpContext context) Methods inherited from class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
determineLocalAddress, determineRoute, determineRoute
-
Constructor Details
-
SchemeBasedRoutePlanner
-
-
Method Details
-
determineProxy
protected org.apache.hc.core5.http.HttpHost determineProxy(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.protocol.HttpContext context) - Overrides:
determineProxyin classorg.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-