Package org.apache.http.concurrent
package org.apache.http.concurrent
Core concurrency APIs.
-
ClassDescriptionBasicFuture<T>Basic implementation of the
Future
interface.ACancellable
represents a process or an operation that can be canceled.A callback interface that gets invoked upon completion of aFuture
.