Uses of Interface
org.apache.hc.client5.http.routing.HttpRoutePlanner
-
Packages that use HttpRoutePlanner 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. -
-
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as HttpRoutePlanner Modifier and Type Field Description private HttpRoutePlannerAsyncRedirectExec. routePlannerprivate HttpRoutePlannerH2AsyncClientBuilder. routePlannerprivate HttpRoutePlannerHttpAsyncClientBuilder. routePlannerprivate HttpRoutePlannerInternalH2AsyncClient. routePlannerprivate HttpRoutePlannerInternalHttpAsyncClient. routePlannerMethods in org.apache.hc.client5.http.impl.async with parameters of type HttpRoutePlanner Modifier and Type Method Description H2AsyncClientBuilderH2AsyncClientBuilder. setRoutePlanner(HttpRoutePlanner routePlanner)AssignsHttpRoutePlannerinstance.HttpAsyncClientBuilderHttpAsyncClientBuilder. setRoutePlanner(HttpRoutePlanner routePlanner)AssignsHttpRoutePlannerinstance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type HttpRoutePlanner Constructor Description AsyncRedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)InternalH2AsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)InternalHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables) -
Uses of HttpRoutePlanner in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as HttpRoutePlanner Modifier and Type Field Description private HttpRoutePlannerHttpClientBuilder. routePlannerprivate HttpRoutePlannerInternalHttpClient. routePlannerprivate HttpRoutePlannerRedirectExec. routePlannerMethods in org.apache.hc.client5.http.impl.classic with parameters of type HttpRoutePlanner Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setRoutePlanner(HttpRoutePlanner routePlanner)AssignsHttpRoutePlannerinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpRoutePlanner Constructor Description InternalHttpClient(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, java.util.List<java.io.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 HttpRoutePlanner Modifier and Type Class Description classDefaultProxyRoutePlannerImplementation of anHttpRoutePlannerthat routes requests through a default proxy.classDefaultRoutePlannerDefault implementation of anHttpRoutePlanner.classSystemDefaultRoutePlannerHttpRoutePlannerimplementation based onProxySelector.
-