Uses of Interface
org.apache.hc.client5.http.async.AsyncExecChain.Scheduler
Packages that use AsyncExecChain.Scheduler
Package
Description
HTTP client APIs based on the asynchronous, event driven I/O model.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of AsyncExecChain.Scheduler in org.apache.hc.client5.http.async
Fields in org.apache.hc.client5.http.async declared as AsyncExecChain.SchedulerConstructors in org.apache.hc.client5.http.async with parameters of type AsyncExecChain.SchedulerModifierConstructorDescriptionScope
(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 AsyncExecChain.Scheduler in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as AsyncExecChain.SchedulerModifier and TypeFieldDescriptionprivate final AsyncExecChain.Scheduler
InternalAbstractHttpAsyncClient.scheduler