Package com.ning.http.client.listenable
package com.ning.http.client.listenable
-
ClassesClassDescriptionAn abstract base implementation of the listener support provided by
ListenableFuture.A list of (Runnable,Executor) pairs that guarantees that everyRunnablethat is added using the add method will be executed in its associatedExecutorafterExecutionList.run()is called.