Uses of Package
org.apache.hc.client5.http.routing
Packages that use org.apache.hc.client5.http.routing
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Standard client connection routing API implementations.
-
Classes in org.apache.hc.client5.http.routing used by org.apache.hc.client5.http.impl.asyncClassDescriptionProvides directions on establishing a route.Encapsulates logic to compute a
HttpRoute
to a target host. -
Classes in org.apache.hc.client5.http.routing used by org.apache.hc.client5.http.impl.classicClassDescriptionProvides directions on establishing a route.Encapsulates logic to compute a
HttpRoute
to a target host. -
Classes in org.apache.hc.client5.http.routing used by org.apache.hc.client5.http.impl.routingClassDescriptionProvides directions on establishing a route.Encapsulates logic to compute a
HttpRoute
to a target host.