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 at the heart of what is referred to as HttpConn
org.apache.http.conn.params Parameters for configuring HttpConn
org.apache.http.conn.routing The client-side route representation and tracking API, part of HttpConn
org.apache.http.impl.client   
org.apache.http.impl.conn   
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-2008 Apache Software Foundation. All Rights Reserved.