Package org.apache.http.concurrent
Core concurrency APIs.
-
Interface Summary Interface Description Cancellable ACancellable
represents a process or an operation that can be canceled.FutureCallback<T> A callback interface that gets invoked upon completion of aFuture
. -
Class Summary Class Description BasicFuture<T> Basic implementation of theFuture
interface.