Package org.eclipse.jetty.util
Class Promise.Wrapper<W>
java.lang.Object
org.eclipse.jetty.util.Promise.Wrapper<W>
- All Implemented Interfaces:
Promise<W>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise
Promise.Completable<S>, Promise.Invocable<R>, Promise.Task<T>, Promise.Wrapper<W> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Wrapper
-
-
Method Details
-
getWrapped
-
succeeded
Description copied from interface:PromiseCallback method to invoke when the operation succeeds.
-
failed
Description copied from interface:PromiseCallback method to invoke when the operation fails.
-