Package org.apache.hc.core5.concurrent
Core concurrency component APIs.
-
Interface Summary Interface Description Cancellable ACancellable
represents a process or an operation that can be canceled.CancellableDependency This interface representsCancellable
object 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 theFuture
interface.CallbackContribution<T> Convenience base class forFutureCallback
s that contribute a result of the operation to anotherFutureCallback
.CompletedFuture<T> Immutable, completed future.ComplexCancellable Cancellable
that has a dependency on anotherCancellable
process or operation.ComplexFuture<T> DefaultThreadFactory DefaultThreadFactory
implementation.FutureContribution<T> Convenience base class forFutureCallback
s that contribute a result of the operation to anotherBasicFuture
.