Class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback
java.lang.Object
org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager.InternalPoolEntryCallback
- All Implemented Interfaces:
org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
- Enclosing class:
PoolingClientAsyncConnectionManager
class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback
extends Object
implements org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> -
Constructor Summary
ConstructorsConstructorDescriptionInternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future) -
Method Summary
-
Field Details
-
future
-
-
Constructor Details
-
InternalPoolEntryCallback
public InternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future)
-
-
Method Details
-
completed
- Specified by:
completedin interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-
failed
- Specified by:
failedin interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-
cancelled
public void cancelled()- Specified by:
cancelledin interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-