com.atlassian.httpclient.apache.httpcomponents
Class ProxyRoutePlanner
java.lang.Object
com.atlassian.httpclient.apache.httpcomponents.ProxyRoutePlanner
- All Implemented Interfaces:
- org.apache.http.conn.routing.HttpRoutePlanner
public class ProxyRoutePlanner
- extends Object
- implements org.apache.http.conn.routing.HttpRoutePlanner
|
Method Summary |
org.apache.http.conn.routing.HttpRoute |
determineRoute(org.apache.http.HttpHost targetHost,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext httpContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRoutePlanner
public ProxyRoutePlanner(org.apache.http.nio.conn.scheme.AsyncSchemeRegistry schemeRegistry,
HttpClientProxyConfig proxyConfig)
determineRoute
public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost targetHost,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext httpContext)
throws org.apache.http.HttpException
- Specified by:
determineRoute in interface org.apache.http.conn.routing.HttpRoutePlanner
- Throws:
org.apache.http.HttpException
Copyright © 2012–2014 Atlassian. All rights reserved.