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>
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.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, succeeded