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) AsyncExecCallbackasyncExecCallback(package private) AsyncExecChainchain(package private) org.apache.hc.core5.util.TimeValuedelay(package private) org.apache.hc.core5.http.nio.AsyncEntityProducerentityProducer(package private) org.apache.hc.core5.http.HttpRequestrequest(package private) AsyncExecChain.Scopescope
-
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 booleancancel()voidrun()
-
-
-
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)
-
-