Uses of Interface
org.apache.hc.client5.http.routing.HttpRoutePlanner
Packages that use HttpRoutePlanner
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.
-
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async with parameters of type HttpRoutePlannerModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setRoutePlanner(HttpRoutePlanner routePlanner) AssignsHttpRoutePlannerinstance.final HttpAsyncClientBuilderHttpAsyncClientBuilder.setRoutePlanner(HttpRoutePlanner routePlanner) AssignsHttpRoutePlannerinstance. -
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type HttpRoutePlannerModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setRoutePlanner(HttpRoutePlanner routePlanner) AssignsHttpRoutePlannerinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpRoutePlannerModifierConstructorDescriptionRedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy) -
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.routing
Classes in org.apache.hc.client5.http.impl.routing that implement HttpRoutePlannerModifier and TypeClassDescriptionclassImplementation of anHttpRoutePlannerthat routes requests through a default proxy.classDefault implementation of anHttpRoutePlanner.classHttpRoutePlannerimplementation based onProxySelector.