Class Operations.CompletedFuture<T>

java.lang.Object
org.apache.hc.client5.http.impl.Operations.CompletedFuture<T>
Type Parameters:
T - operation result representation.
All Implemented Interfaces:
Future<T>
Enclosing class:
Operations

public static class Operations.CompletedFuture<T> extends Object implements Future<T>
This class represents a Future in the completed state with a fixed result. The outcome of the future cannot be altered and it cannot be cancelled.