Package org.apache.hc.core5.concurrent
package org.apache.hc.core5.concurrent
Core concurrency component APIs.
-
ClassDescriptionBasicFuture<T>Basic implementation of the
Futureinterface.Convenience base class forFutureCallbacks that contribute a result of the operation to anotherFutureCallback.ACancellablerepresents a process or an operation that can be canceled.This interface representsCancellableobject dependent on another ongoing process or operation.Immutable, completed future.Cancellablethat has a dependency on anotherCancellableprocess or operation.DefaultThreadFactoryimplementation.A callback interface that gets invoked upon completion of aFuture.Convenience base class forFutureCallbacks that contribute a result of the operation to anotherBasicFuture.