package

com.ning.http.client.listenable

Classes

AbstractListenableFuture<V>

An abstract base implementation of the listener support provided by ListenableFuture

ExecutionList

A list of (Runnable, Executor) pairs that guarantees that every Runnable that is added using the add method will be executed in its associated Executor after run() is called.