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.Adapter<U>, Promise.Completable<S>, Promise.Invocable<R>, Promise.Task<T>, Promise.Wrapper<W>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.Promise
completeWith
-
Constructor Details
-
Wrapper
-
-
Method Details
-
succeeded
Description copied from interface:Promise
Callback invoked when the operation completes.
-
failed
Description copied from interface:Promise
Callback invoked when the operation fails.
-
getPromise
-
unwrap
-