Uses of Interface
org.apache.http.conn.routing.RouteInfo
Packages that use RouteInfo
Package
Description
Client specific HTTP protocol handlers.
Client utility classes.
Client connection routing APIs.
-
Uses of RouteInfo in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return RouteInfo -
Uses of RouteInfo in org.apache.http.client.utils
Methods in org.apache.http.client.utils with parameters of type RouteInfoModifier and TypeMethodDescriptionstatic URIURIUtils.rewriteURIForRoute(URI uri, RouteInfo route) A convenience method that optionally converts the originalURIeither to a relative or an absolute form as required by the specified route.static URIURIUtils.rewriteURIForRoute(URI uri, RouteInfo route, boolean normalizeUri) A convenience method that optionally converts the originalURIeither to a relative or an absolute form as required by the specified route. -
Uses of RouteInfo in org.apache.http.conn.routing
Classes in org.apache.http.conn.routing that implement RouteInfoModifier and TypeClassDescriptionfinal classThe route for a request.final classHelps tracking the steps in establishing a route.Methods in org.apache.http.conn.routing with parameters of type RouteInfoModifier and TypeMethodDescriptionprotected intBasicRouteDirector.directStep(RouteInfo plan, RouteInfo fact) Determines the next step to establish a direct connection.protected intDetermines the first step to establish a route.intProvides the next step.intProvides the next step.protected intBasicRouteDirector.proxiedStep(RouteInfo plan, RouteInfo fact) Determines the next step to establish a connection via proxy.