Package org.apache.http.conn.routing
Client connection routing APIs.
-
Interface Summary Interface Description HttpRouteDirector Provides directions on establishing a route.HttpRoutePlanner Encapsulates logic to compute aHttpRoute
to a target host.RouteInfo Read-only interface for route information. -
Class Summary Class Description BasicRouteDirector BasicHttpRouteDirector
implementation.HttpRoute The route for a request.RouteTracker Helps tracking the steps in establishing a route. -
Enum Summary Enum Description RouteInfo.LayerType The layering type of a route.RouteInfo.TunnelType The tunnelling type of a route.