Package org.apache.http.impl.nio.client
Class DefaultAsyncRequestDirector.InternalFutureCallback
java.lang.Object
org.apache.http.impl.nio.client.DefaultAsyncRequestDirector.InternalFutureCallback
- All Implemented Interfaces:
org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
- Enclosing class:
- DefaultAsyncRequestDirector<T>
class DefaultAsyncRequestDirector.InternalFutureCallback
extends Object
implements org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternalFutureCallback
InternalFutureCallback()
-
-
Method Details
-
completed
- Specified by:
completed
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
failed
- Specified by:
failed
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
cancelled
public void cancelled()- Specified by:
cancelled
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-