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 voidcancelled()voidcompleted(ManagedClientAsyncConnection session)voidfailed(java.lang.Exception ex)
-
-
-
Method Detail
-
completed
public void completed(ManagedClientAsyncConnection session)
- Specified by:
completedin interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
failed
public void failed(java.lang.Exception ex)
- Specified by:
failedin interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
cancelled
public void cancelled()
- Specified by:
cancelledin interfaceorg.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection>
-
-