Package org.apache.hc.core5.concurrent
package org.apache.hc.core5.concurrent
Core concurrency component APIs.
-
ClassDescriptionBasicFuture<T>Basic implementation of the
Future
interface.Convenience base class forFutureCallback
s that contribute a result of the operation to anotherFutureCallback
.ACancellable
represents a process or an operation that can be canceled.This interface representsCancellable
object dependent on another ongoing process or operation.Immutable, completed future.Cancellable
that has a dependency on anotherCancellable
process or operation.DefaultThreadFactory
implementation.A callback interface that gets invoked upon completion of aFuture
.Convenience base class forFutureCallback
s that contribute a result of the operation to anotherBasicFuture
.