Uses of Interface
org.apache.http.conn.routing.RouteInfo

Packages that use RouteInfo
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
org.apache.http.conn.routing The client-side route representation and tracking API. 
 

Uses of RouteInfo in org.apache.http.client.protocol
 

Methods in org.apache.http.client.protocol that return RouteInfo
 RouteInfo HttpClientContext.getHttpRoute()
           
 

Uses of RouteInfo in org.apache.http.conn.routing
 

Classes in org.apache.http.conn.routing that implement RouteInfo
 class HttpRoute
          The route for a request.
 class RouteTracker
          Helps tracking the steps in establishing a route.
 

Methods in org.apache.http.conn.routing with parameters of type RouteInfo
protected  int BasicRouteDirector.directStep(RouteInfo plan, RouteInfo fact)
          Determines the next step to establish a direct connection.
protected  int BasicRouteDirector.firstStep(RouteInfo plan)
          Determines the first step to establish a route.
 int HttpRouteDirector.nextStep(RouteInfo plan, RouteInfo fact)
          Provides the next step.
 int BasicRouteDirector.nextStep(RouteInfo plan, RouteInfo fact)
          Provides the next step.
protected  int BasicRouteDirector.proxiedStep(RouteInfo plan, RouteInfo fact)
          Determines the next step to establish a connection via proxy.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.