static class Async.ExecRunnable<T>
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private Executor |
executor |
private org.apache.http.concurrent.BasicFuture<T> |
future |
private ResponseHandler<T> |
handler |
private Request |
request |
| Constructor and Description |
|---|
ExecRunnable(org.apache.http.concurrent.BasicFuture<T> future,
Request request,
Executor executor,
ResponseHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final org.apache.http.concurrent.BasicFuture<T> future
private final Request request
private final Executor executor
private final ResponseHandler<T> handler
ExecRunnable(org.apache.http.concurrent.BasicFuture<T> future, Request request, Executor executor, ResponseHandler<T> handler)