Package org.eclipse.jetty.util
Class FuturePromise<C>
java.lang.Object
org.eclipse.jetty.util.FuturePromise<C>
@Deprecated(since="2021-05-27")
public class FuturePromise<C>
extends Object
implements Future<C>, Promise<C>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.StateNested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise
Promise.Adapter<U>, Promise.Completable<S>, Promise.Wrapper<W> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.FuturePromise(C result) Deprecated.FuturePromise(C ctx, Throwable failed) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleancancel(boolean mayInterruptIfRunning) Deprecated.voidDeprecated.Callback invoked when the operation fails.get()Deprecated.Deprecated.booleanDeprecated.booleanisDone()Deprecated.static voidDeprecated.voidDeprecated.Callback invoked when the operation completes.toString()Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
FuturePromise
public FuturePromise()Deprecated. -
FuturePromise
Deprecated. -
FuturePromise
Deprecated.
-
-
Method Details
-
succeeded
Deprecated.Description copied from interface:PromiseCallback invoked when the operation completes.
-
failed
Deprecated.Description copied from interface:PromiseCallback invoked when the operation fails.
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) Deprecated. -
isCancelled
public boolean isCancelled()Deprecated.- Specified by:
isCancelledin interfaceFuture<C>
-
isDone
public boolean isDone()Deprecated. -
get
Deprecated.- Specified by:
getin interfaceFuture<C>- Throws:
InterruptedExceptionExecutionException
-
get
public C get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException Deprecated.- Specified by:
getin interfaceFuture<C>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
rethrow
Deprecated.- Throws:
IOException
-
toString
Deprecated.
-