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

Packages that use org.apache.http.conn.routing
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.conn.params Parameters for configuring HTTP connection and connection management related classes. 
org.apache.http.conn.routing The client-side route representation and tracking API. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

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.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.