Uses of Interface
org.apache.hc.client5.http.async.AsyncExecChain.Scheduler
-
Packages that use AsyncExecChain.Scheduler 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 AsyncExecChain.Scheduler in org.apache.hc.client5.http.async
Fields in org.apache.hc.client5.http.async declared as AsyncExecChain.Scheduler Modifier and Type Field Description AsyncExecChain.Scheduler
AsyncExecChain.Scope. scheduler
Constructors in org.apache.hc.client5.http.async with parameters of type AsyncExecChain.Scheduler 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, AsyncExecChain.Scheduler scheduler, java.util.concurrent.atomic.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.Scheduler Modifier and Type Field Description private AsyncExecChain.Scheduler
InternalAbstractHttpAsyncClient. scheduler
-