Uses of Package
org.apache.http.conn.routing

Packages that use org.apache.http.conn.routing
org.apache.http.client Client HTTP communication APIs. 
org.apache.http.client.protocol Client specific HTTP protocol handlers. 
org.apache.http.client.utils Client utility classes. 
org.apache.http.conn Client connection management APIs. 
org.apache.http.conn.params Deprecated. 
org.apache.http.conn.routing Client connection routing APIs. 
org.apache.http.impl.client Default HTTP client implementation. 
org.apache.http.impl.conn Default implementations of client connection management functions. 
org.apache.http.impl.conn.tsccm Deprecated. 
org.apache.http.impl.execchain HTTP request execution chain APIs. 
 

Classes in org.apache.http.conn.routing used by org.apache.http.client
HttpRoute
          The route for a request.
 

Classes in org.apache.http.conn.routing used by org.apache.http.client.protocol
RouteInfo
          Read-only interface for route information.
 

Classes in org.apache.http.conn.routing used by org.apache.http.client.utils
RouteInfo
          Read-only interface for route information.
 

Classes in org.apache.http.conn.routing used by org.apache.http.conn
HttpRoute
          The route for a request.
 

Classes in org.apache.http.conn.routing used by org.apache.http.conn.params
HttpRoute
          The route for a request.
 

Classes in org.apache.http.conn.routing used by org.apache.http.conn.routing
HttpRoute
          The route for a request.
HttpRouteDirector
          Provides directions on establishing a route.
RouteInfo
          Read-only interface for route information.
RouteInfo.LayerType
          The layering type of a route.
RouteInfo.TunnelType
          The tunnelling type of a route.
 

Classes in org.apache.http.conn.routing used by org.apache.http.impl.client
HttpRoute
          The route for a request.
HttpRoutePlanner
          Encapsulates logic to compute a HttpRoute to a target host.
 

Classes in org.apache.http.conn.routing used by org.apache.http.impl.conn
HttpRoute
          The route for a request.
HttpRoutePlanner
          Encapsulates logic to compute a HttpRoute to a target host.
RouteTracker
          Helps tracking the steps in establishing a route.
 

Classes in org.apache.http.conn.routing used by org.apache.http.impl.conn.tsccm
HttpRoute
          The route for a request.
 

Classes in org.apache.http.conn.routing used by org.apache.http.impl.execchain
HttpRoute
          The route for a request.
HttpRoutePlanner
          Encapsulates logic to compute a HttpRoute to a target host.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.