Package org.eclipse.jetty.util
Class Promise.Adapter<U>
- java.lang.Object
-
- org.eclipse.jetty.util.Promise.Adapter<U>
-
- Type Parameters:
U
- the type of the result
- All Implemented Interfaces:
Promise<U>
@Deprecated(since="2021-05-27") public static class Promise.Adapter<U> extends java.lang.Object implements Promise<U>
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Empty implementation of
Promise
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise
Promise.Adapter<U>, Promise.Completable<S>, Promise.Wrapper<W>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
failed(java.lang.Throwable x)
Deprecated.Callback invoked when the operation fails.
-