Class ProxyRoutePlanner
java.lang.Object
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
io.camunda.connector.http.base.client.apache.proxy.ProxyRoutePlanner
- All Implemented Interfaces:
org.apache.hc.client5.http.routing.HttpRoutePlanner
public class ProxyRoutePlanner
extends org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-
Constructor Summary
Constructors -
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
-
ProxyRoutePlanner
public ProxyRoutePlanner(org.apache.hc.core5.http.HttpHost proxy)
-
-
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) throws org.apache.hc.core5.http.HttpException - Overrides:
determineProxyin classorg.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner- Throws:
org.apache.hc.core5.http.HttpException
-