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.Wrapper<W>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
promise
-
-
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
-