Uses of Class
org.apache.hc.client5.http.protocol.HttpClientContext
Packages that use HttpClientContext
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
HTTP client APIs based on the asynchronous, event driven I/O model.
Caching APIs for both the classic and the asynchronous
HTTP transports.
HTTP client APIs based on the classic (blocking) I/O model.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Standard and common HTTP authentication schemes.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of HttpClientContext in org.apache.hc.client5.http
Classes in org.apache.hc.client5.http with type parameters of type HttpClientContextModifier and TypeClassDescriptionclassAbstractClientContextBuilder<T extends HttpClientContext>AbstractHttpClientContextbuilder.Methods in org.apache.hc.client5.http that return HttpClientContext -
Uses of HttpClientContext in org.apache.hc.client5.http.async
Fields in org.apache.hc.client5.http.async declared as HttpClientContextMethods in org.apache.hc.client5.http.async with parameters of type HttpClientContextModifier and TypeMethodDescriptionorg.apache.hc.core5.concurrent.CancellableAsyncExecRuntime.acquireEndpoint(String id, HttpRoute route, Object state, HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback) Initiates operation to acquire a connection endpoint.org.apache.hc.core5.concurrent.CancellableAsyncExecRuntime.connectEndpoint(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback) Initiates operation to connect the local endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).org.apache.hc.core5.concurrent.CancellableAsyncExecRuntime.execute(String id, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler exchangeHandler, HttpClientContext context) Initiates a message exchange using the given handler.voidAsyncExecRuntime.upgradeTls(HttpClientContext context) Upgrades transport security of the active connection by using the TLS security protocol.default voidAsyncExecRuntime.upgradeTls(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback) Upgrades transport security of the active connection by using the TLS security protocol.Constructors in org.apache.hc.client5.http.async with parameters of type HttpClientContextModifierConstructorDescriptionScope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest originalRequest, org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime) Deprecated.Scope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest originalRequest, org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime, AsyncExecChain.Scheduler scheduler, AtomicInteger execCount) -
Uses of HttpClientContext in org.apache.hc.client5.http.cache
Subclasses of HttpClientContext in org.apache.hc.client5.http.cache -
Uses of HttpClientContext in org.apache.hc.client5.http.classic
Fields in org.apache.hc.client5.http.classic declared as HttpClientContextMethods in org.apache.hc.client5.http.classic with parameters of type HttpClientContextModifier and TypeMethodDescriptionvoidExecRuntime.acquireEndpoint(String id, HttpRoute route, Object state, HttpClientContext context) Acquires a connection endpoint.voidExecRuntime.connectEndpoint(HttpClientContext context) Connect the local endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).org.apache.hc.core5.http.ClassicHttpResponseExecRuntime.execute(String id, org.apache.hc.core5.http.ClassicHttpRequest request, HttpClientContext context) Executes HTTP request using the given context.default org.apache.hc.core5.http.ClassicHttpResponseExecRuntime.execute(String id, org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.core5.http.io.HttpResponseInformationCallback informationCallback, HttpClientContext context) Executes HTTP request using the given context.voidExecRuntime.upgradeTls(HttpClientContext context) Upgrades transport security of the active connection by using the TLS security protocol.Constructors in org.apache.hc.client5.http.classic with parameters of type HttpClientContextModifierConstructorDescriptionScope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext) -
Uses of HttpClientContext in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async that return types with arguments of type HttpClientContextModifier and TypeMethodDescriptionprotected Function<org.apache.hc.core5.http.protocol.HttpContext, HttpClientContext> HttpAsyncClientBuilder.contextAdaptor() -
Uses of HttpClientContext in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth with parameters of type HttpClientContextModifier and TypeMethodDescriptionAuthenticationHandler.extractChallengeMap(ChallengeType challengeType, org.apache.hc.core5.http.HttpResponse response, HttpClientContext context) -
Uses of HttpClientContext in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return types with arguments of type HttpClientContextModifier and TypeMethodDescriptionprotected Function<org.apache.hc.core5.http.protocol.HttpContext, HttpClientContext> CachingHttpAsyncClientBuilder.contextAdaptor()protected Function<org.apache.hc.core5.http.protocol.HttpContext, HttpClientContext> CachingHttpClientBuilder.contextAdaptor() -
Uses of HttpClientContext in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic that return types with arguments of type HttpClientContextModifier and TypeMethodDescriptionprotected Function<org.apache.hc.core5.http.protocol.HttpContext, HttpClientContext> HttpClientBuilder.contextAdaptor() -
Uses of HttpClientContext in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return HttpClientContextModifier and TypeMethodDescriptionstatic HttpClientContextHttpClientContext.adapt(org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.static HttpClientContextHttpClientContext.cast(org.apache.hc.core5.http.protocol.HttpContext context) Casts the given genericHttpContextasHttpClientContext.static HttpClientContextHttpClientContext.castOrCreate(org.apache.hc.core5.http.protocol.HttpContext context) Casts the given genericHttpContextasHttpClientContextor creates newHttpClientContextif the given context is null.static HttpClientContextHttpClientContext.create()
Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime, Scheduler, AtomicInteger)