Package org.apache.hc.core5.concurrent
Core concurrency component APIs.
-
Interface Summary Interface Description Cancellable ACancellablerepresents a process or an operation that can be canceled.CancellableDependency This interface representsCancellableobject dependent on another ongoing process or operation.FutureCallback<T> A callback interface that gets invoked upon completion of aFuture. -
Class Summary Class Description BasicFuture<T> Basic implementation of theFutureinterface.CallbackContribution<T> Convenience base class forFutureCallbacks that contribute a result of the operation to anotherFutureCallback.CompletedFuture<T> Immutable, completed future.ComplexCancellable Cancellablethat has a dependency on anotherCancellableprocess or operation.ComplexFuture<T> DefaultThreadFactory DefaultThreadFactoryimplementation.FutureContribution<T> Convenience base class forFutureCallbacks that contribute a result of the operation to anotherBasicFuture.