Class Async.ExecRunnable<T>
- java.lang.Object
-
- org.apache.hc.client5.http.fluent.Async.ExecRunnable<T>
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- Async
static class Async.ExecRunnable<T> extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description ExecRunnable(org.apache.hc.core5.concurrent.BasicFuture<T> future, Request request, Executor executor, org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-