-
Field Summary
Fields
private final org.apache.hc.core5.concurrent.BasicFuture<T>
private final org.apache.hc.core5.http.io.HttpClientResponseHandler<T>
-
Constructor Summary
Constructors
ExecRunnable(org.apache.hc.core5.concurrent.BasicFuture<T> future,
Request request,
Executor executor,
org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
future
private final org.apache.hc.core5.concurrent.BasicFuture<T> future
-
-
-
handler
private final org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler
-
Constructor Details
-
ExecRunnable
ExecRunnable(org.apache.hc.core5.concurrent.BasicFuture<T> future,
Request request,
Executor executor,
org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable