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
Fields in org.apache.hc.client5.http.impl.async declared as HttpRoutePlannerModifier and TypeFieldDescriptionprivate final HttpRoutePlannerAsyncRedirectExec.routePlannerprivate HttpRoutePlannerH2AsyncClientBuilder.routePlannerprivate HttpRoutePlannerHttpAsyncClientBuilder.routePlannerprivate final HttpRoutePlannerInternalH2AsyncClient.routePlannerprivate final HttpRoutePlannerInternalHttpAsyncClient.routePlannerMethods 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.Constructors in org.apache.hc.client5.http.impl.async with parameters of type HttpRoutePlannerModifierConstructorDescription(package private)AsyncRedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy) (package private)InternalH2AsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, InternalH2ConnPool connPool, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)InternalHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncClientConnectionManager manager, HttpRoutePlanner routePlanner, TlsConfig tlsConfig, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) -
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as HttpRoutePlannerModifier and TypeFieldDescriptionprivate HttpRoutePlannerHttpClientBuilder.routePlannerprivate final HttpRoutePlannerInternalHttpClient.routePlannerprivate final HttpRoutePlannerRedirectExec.routePlannerMethods 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 HttpRoutePlannerModifierConstructorDescriptionInternalHttpClient(HttpClientConnectionManager connManager, org.apache.hc.core5.http.impl.io.HttpRequestExecutor requestExecutor, ExecChainElement execChain, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) RedirectExec(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.