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