com.atlassian.httpclient.apache.httpcomponents
Class ProxyRoutePlanner

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.ProxyRoutePlanner
All Implemented Interfaces:
org.apache.http.conn.routing.HttpRoutePlanner

public class ProxyRoutePlanner
extends java.lang.Object
implements org.apache.http.conn.routing.HttpRoutePlanner


Constructor Summary
ProxyRoutePlanner(org.apache.http.nio.conn.scheme.AsyncSchemeRegistry schemeRegistry, HttpClientProxyConfig proxyConfig)
           
 
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
 

Constructor Detail

ProxyRoutePlanner

public ProxyRoutePlanner(org.apache.http.nio.conn.scheme.AsyncSchemeRegistry schemeRegistry,
                         HttpClientProxyConfig proxyConfig)
Method Detail

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.