Uses of Interface
org.apache.http.conn.routing.RouteInfo
| Package | Description |
|---|---|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
-
Uses of RouteInfo in org.apache.http.conn.routing
Classes in org.apache.http.conn.routing that implement RouteInfo Modifier and Type Class Description classHttpRouteThe route for a request.classRouteTrackerHelps tracking the steps in establishing a route.Methods in org.apache.http.conn.routing with parameters of type RouteInfo Modifier and Type Method Description protected intBasicRouteDirector. directStep(RouteInfo plan, RouteInfo fact)Determines the next step to establish a direct connection.protected intBasicRouteDirector. firstStep(RouteInfo plan)Determines the first step to establish a route.intBasicRouteDirector. nextStep(RouteInfo plan, RouteInfo fact)Provides the next step.intHttpRouteDirector. nextStep(RouteInfo plan, RouteInfo fact)Provides the next step.protected intBasicRouteDirector. proxiedStep(RouteInfo plan, RouteInfo fact)Determines the next step to establish a connection via proxy.