Class ProxyMappingsAwareRoutePlanner
- java.lang.Object
- 
- org.apache.http.impl.conn.DefaultRoutePlanner
- 
- org.keycloak.connections.httpclient.ProxyMappingsAwareRoutePlanner
 
 
- 
- All Implemented Interfaces:
- org.apache.http.conn.routing.HttpRoutePlanner
 
 public class ProxyMappingsAwareRoutePlanner extends org.apache.http.impl.conn.DefaultRoutePlannerADefaultRoutePlannerthat determines the proxy to use for a given target hostname by consulting the givenProxyMappings.- Author:
- Thomas Darimont
- See Also:
- ProxyMappings
 
- 
- 
Constructor SummaryConstructors Constructor Description ProxyMappingsAwareRoutePlanner(ProxyMappings proxyMappings)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.http.HttpHostdetermineProxy(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
 
- 
- 
- 
Constructor Detail- 
ProxyMappingsAwareRoutePlannerpublic ProxyMappingsAwareRoutePlanner(ProxyMappings proxyMappings) 
 
- 
 - 
Method Detail- 
determineProxyprotected org.apache.http.HttpHost determineProxy(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException- Overrides:
- determineProxyin class- org.apache.http.impl.conn.DefaultRoutePlanner
- Throws:
- org.apache.http.HttpException
 
 
- 
 
-