Uses of Class
org.apache.http.conn.HttpRoute

Packages that use HttpRoute
org.apache.http.client The API for client-side HTTP communication and entry point to the HttpClient module. 
org.apache.http.conn The client-side connection management and handling API at the heart of what is referred to as HttpConn
org.apache.http.impl.client   
org.apache.http.impl.conn   
 

Uses of HttpRoute in org.apache.http.client
 

Fields in org.apache.http.client declared as HttpRoute
protected  HttpRoute RoutedRequest.Impl.route
           
 

Methods in org.apache.http.client that return HttpRoute
 HttpRoute RoutedRequest.getRoute()
          Obtains the route.
 HttpRoute RoutedRequest.Impl.getRoute()
           
 

Constructors in org.apache.http.client with parameters of type HttpRoute
RoutedRequest.Impl(org.apache.http.HttpRequest req, HttpRoute rou)
          Creates a new routed request.
 

Uses of HttpRoute in org.apache.http.conn
 

Methods in org.apache.http.conn that return HttpRoute
 HttpRoute ManagedClientConnection.getRoute()
          Obtains the current route of this connection.
 HttpRoute RouteTracker.toRoute()
          Obtains the tracked route.
 

Methods in org.apache.http.conn with parameters of type HttpRoute
protected  int RouteDirector.directStep(HttpRoute plan, HttpRoute fact)
          Determines the next step to establish a direct connection.
protected  int RouteDirector.firstStep(HttpRoute plan)
          Determines the first step to establish a route.
 ManagedClientConnection ClientConnectionManager.getConnection(HttpRoute route)
          Obtains a connection.
 ManagedClientConnection ClientConnectionManager.getConnection(HttpRoute route, long timeout)
          Obtains a connection within a given time.
 int RouteDirector.nextStep(HttpRoute plan, HttpRoute fact)
          Provides the next step.
 void ManagedClientConnection.open(HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
          Opens this connection according to the given route.
protected  int RouteDirector.proxiedStep(HttpRoute plan, HttpRoute fact)
          Determines the next step to establish a connection via proxy.
 

Constructors in org.apache.http.conn with parameters of type HttpRoute
RouteTracker(HttpRoute route)
          Creates a new tracker for the given route.
 

Uses of HttpRoute in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client with parameters of type HttpRoute
protected  ManagedClientConnection DefaultClientRequestDirector.allocateConnection(HttpRoute route, long timeout)
          Obtains a connection for the target route.
protected  org.apache.http.HttpRequest DefaultClientRequestDirector.createConnectRequest(HttpRoute route, org.apache.http.protocol.HttpContext context)
          Creates the CONNECT request for tunnelling.
protected  boolean DefaultClientRequestDirector.createTunnel(HttpRoute route, org.apache.http.protocol.HttpContext context)
          Creates a tunnel.
protected  void DefaultClientRequestDirector.establishRoute(HttpRoute route, org.apache.http.protocol.HttpContext context)
          Establishes the target route.
 

Uses of HttpRoute in org.apache.http.impl.conn
 

Fields in org.apache.http.impl.conn declared as HttpRoute
protected  HttpRoute SingleClientConnManager.PoolEntry.plannedRoute
          The route for which this entry gets allocated.
 

Methods in org.apache.http.impl.conn that return HttpRoute
 HttpRoute AbstractPooledConnAdapter.getRoute()
           
 

Methods in org.apache.http.impl.conn with parameters of type HttpRoute
 ManagedClientConnection ThreadSafeClientConnManager.getConnection(HttpRoute route)
           
 ManagedClientConnection SingleClientConnManager.getConnection(HttpRoute route)
          Obtains a connection.
 ManagedClientConnection ThreadSafeClientConnManager.getConnection(HttpRoute route, long timeout)
           
 ManagedClientConnection SingleClientConnManager.getConnection(HttpRoute route, long timeout)
          Obtains a connection.
 void AbstractPooledConnAdapter.open(HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
           
 void AbstractPoolEntry.open(HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
          Opens the underlying connection.
 

Constructors in org.apache.http.impl.conn with parameters of type HttpRoute
SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry entry, HttpRoute plan)
          Creates a new connection adapter.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.