Class AsyncCompletionHandler<T>

java.lang.Object
com.ning.http.client.AsyncCompletionHandler<T>
Type Parameters:
T - Type of the value that will be returned by the associated Future
All Implemented Interfaces:
AsyncHandler<T>, ProgressAsyncHandler<T>
Direct Known Subclasses:
AsyncCompletionHandlerBase

public abstract class AsyncCompletionHandler<T> extends Object implements AsyncHandler<T>, ProgressAsyncHandler<T>
An AsyncHandler augmented with an onCompleted(Response) convenience method which gets called when the Response processing is finished. This class also implement the ProgressAsyncHandler callback, all doing nothing except returning AsyncHandler.STATE.CONTINUE