Package org.apache.http.impl.nio.conn
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:
completed
in interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-
failed
- Specified by:
failed
in interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-
cancelled
public void cancelled()- Specified by:
cancelled
in interfaceorg.apache.http.concurrent.FutureCallback<HttpPoolEntry>
-