Uses of Interface
org.apache.hc.client5.http.async.AsyncExecRuntime
-
Packages that use AsyncExecRuntime Package Description org.apache.hc.client5.http.async HTTP client APIs based on the asynchronous, event driven I/O model.org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport. -
-
Uses of AsyncExecRuntime in org.apache.hc.client5.http.async
Fields in org.apache.hc.client5.http.async declared as AsyncExecRuntime Modifier and Type Field Description AsyncExecRuntime
AsyncExecChain.Scope. execRuntime
Methods in org.apache.hc.client5.http.async that return AsyncExecRuntime Modifier and Type Method Description AsyncExecRuntime
AsyncExecRuntime. fork()
Forks this runtime for parallel execution.Method parameters in org.apache.hc.client5.http.async with type arguments of type AsyncExecRuntime Modifier and Type Method Description org.apache.hc.core5.concurrent.Cancellable
AsyncExecRuntime. acquireEndpoint(java.lang.String id, HttpRoute route, java.lang.Object state, HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
Initiates operation to acquire a connection endpoint.org.apache.hc.core5.concurrent.Cancellable
AsyncExecRuntime. 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).default void
AsyncExecRuntime. 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 AsyncExecRuntime Constructor Description Scope(java.lang.String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest originalRequest, org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime)
Scope(java.lang.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, java.util.concurrent.atomic.AtomicInteger execCount)
-
Uses of AsyncExecRuntime in org.apache.hc.client5.http.impl.async
Classes in org.apache.hc.client5.http.impl.async that implement AsyncExecRuntime Modifier and Type Class Description (package private) class
InternalH2AsyncExecRuntime
(package private) class
InternalHttpAsyncExecRuntime
Methods in org.apache.hc.client5.http.impl.async that return AsyncExecRuntime Modifier and Type Method Description (package private) abstract AsyncExecRuntime
InternalAbstractHttpAsyncClient. createAsyncExecRuntime(org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory)
(package private) AsyncExecRuntime
InternalH2AsyncClient. createAsyncExecRuntime(org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory)
(package private) AsyncExecRuntime
InternalHttpAsyncClient. createAsyncExecRuntime(org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory)
AsyncExecRuntime
InternalH2AsyncExecRuntime. fork()
AsyncExecRuntime
InternalHttpAsyncExecRuntime. fork()
Method parameters in org.apache.hc.client5.http.impl.async with type arguments of type AsyncExecRuntime Modifier and Type Method Description org.apache.hc.core5.concurrent.Cancellable
InternalH2AsyncExecRuntime. acquireEndpoint(java.lang.String id, HttpRoute route, java.lang.Object object, HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
org.apache.hc.core5.concurrent.Cancellable
InternalHttpAsyncExecRuntime. acquireEndpoint(java.lang.String id, HttpRoute route, java.lang.Object object, HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
org.apache.hc.core5.concurrent.Cancellable
InternalH2AsyncExecRuntime. connectEndpoint(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
org.apache.hc.core5.concurrent.Cancellable
InternalHttpAsyncExecRuntime. connectEndpoint(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
void
InternalH2AsyncExecRuntime. upgradeTls(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
void
InternalHttpAsyncExecRuntime. upgradeTls(HttpClientContext context, org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback)
-