Uses of Interface
org.apache.hc.client5.http.RouteInfo
Packages that use RouteInfo
Package
Description
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.
Standard client connection routing API implementations.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
Client connection routing APIs.
-
Uses of RouteInfo in org.apache.hc.client5.http
Classes in org.apache.hc.client5.http that implement RouteInfoModifier and TypeClassDescriptionfinal class
Connection route definition for HTTP requests.final class
Helps 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 RouteInfoModifier and TypeMethodDescriptionprotected int
BasicRouteDirector.directStep
(RouteInfo plan, RouteInfo fact) Determines the next step to establish a direct connection.protected int
Determines the first step to establish a route.int
Provides the next step.protected int
BasicRouteDirector.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 -
Uses of RouteInfo in org.apache.hc.client5.http.routing
Methods in org.apache.hc.client5.http.routing with parameters of type RouteInfo