class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback extends java.lang.Object implements org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
Modifier and Type | Field and Description |
---|---|
private org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> |
future |
Constructor and Description |
---|
InternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future) |
Modifier and Type | Method and Description |
---|---|
void |
cancelled() |
void |
completed(HttpPoolEntry entry) |
void |
failed(java.lang.Exception ex) |
private final org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future
public InternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future)
public void completed(HttpPoolEntry entry)
completed
in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
public void failed(java.lang.Exception ex)
failed
in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
public void cancelled()
cancelled
in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>