Class InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
-
- All Implemented Interfaces:
java.lang.Runnable
,org.apache.hc.core5.concurrent.Cancellable
- Enclosing class:
- InternalAbstractHttpAsyncClient
class InternalAbstractHttpAsyncClient.ScheduledRequestExecution extends java.lang.Object implements java.lang.Runnable, org.apache.hc.core5.concurrent.Cancellable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AsyncExecCallback
asyncExecCallback
(package private) AsyncExecChain
chain
(package private) org.apache.hc.core5.util.TimeValue
delay
(package private) org.apache.hc.core5.http.nio.AsyncEntityProducer
entityProducer
(package private) org.apache.hc.core5.http.HttpRequest
request
(package private) AsyncExecChain.Scope
scope
-
Constructor Summary
Constructors Constructor Description ScheduledRequestExecution(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecChain chain, AsyncExecCallback asyncExecCallback, org.apache.hc.core5.util.TimeValue delay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cancel()
void
run()
-
-
-
Field Detail
-
request
final org.apache.hc.core5.http.HttpRequest request
-
entityProducer
final org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer
-
scope
final AsyncExecChain.Scope scope
-
chain
final AsyncExecChain chain
-
asyncExecCallback
final AsyncExecCallback asyncExecCallback
-
delay
final org.apache.hc.core5.util.TimeValue delay
-
-
Constructor Detail
-
ScheduledRequestExecution
ScheduledRequestExecution(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecChain chain, AsyncExecCallback asyncExecCallback, org.apache.hc.core5.util.TimeValue delay)
-
-