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 java.lang.Object implements org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
-
Constructor Summary
Constructors Constructor Description InternalFutureCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancelled()
void
completed(ManagedClientAsyncConnection session)
void
failed(java.lang.Exception ex)
-
-
-
Method Detail
-
completed
public void completed(ManagedClientAsyncConnection session)
- Specified by:
completed
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
failed
public void failed(java.lang.Exception ex)
- Specified by:
failed
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
cancelled
public void cancelled()
- Specified by:
cancelled
in interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
-