class DefaultAsyncRequestDirector.InternalFutureCallback extends java.lang.Object implements org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
| Constructor and Description |
|---|
InternalFutureCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
completed(ManagedClientAsyncConnection session) |
void |
failed(java.lang.Exception ex) |
public void completed(ManagedClientAsyncConnection session)
completed in interface org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>public void failed(java.lang.Exception ex)
failed in interface org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>public void cancelled()
cancelled in interface org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>