Uses of Interface
org.apache.hc.client5.http.RouteInfo
-
Packages that use RouteInfo Package Description org.apache.hc.client5.http Client component APIs common to all client transports such as connection route information and resolution as well as common HTTP method definitions and exception classes.org.apache.hc.client5.http.impl.routing Standard client connection routing API implementations.org.apache.hc.client5.http.protocol HTTP protocol interceptors that enable advanced functionality such as HTTP state management and authentication state caching.org.apache.hc.client5.http.routing Client connection routing APIs. -
-
Uses of RouteInfo in org.apache.hc.client5.http
Classes in org.apache.hc.client5.http that implement RouteInfo Modifier and Type Class Description classHttpRouteConnection route definition for HTTP requests.classRouteTrackerHelps tracking the steps in establishing a route. -
Uses of RouteInfo in org.apache.hc.client5.http.impl.routing
Methods in org.apache.hc.client5.http.impl.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.protected intBasicRouteDirector. proxiedStep(RouteInfo plan, RouteInfo fact)Determines the next step to establish a connection via proxy. -
Uses of RouteInfo in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return RouteInfo Modifier and Type Method Description RouteInfoHttpClientContext. getHttpRoute() -
Uses of RouteInfo in org.apache.hc.client5.http.routing
Methods in org.apache.hc.client5.http.routing with parameters of type RouteInfo Modifier and Type Method Description intHttpRouteDirector. nextStep(RouteInfo plan, RouteInfo fact)Provides the next step.
-