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>
Enclosing interface:
Promise<C>

public static class Promise.Adapter<U> extends Object implements Promise<U>

Empty implementation of Promise.