Uses of Class
org.forgerock.util.promise.PromiseImpl
-
Packages that use PromiseImpl Package Description org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.util.promise An implementation of thePromiseAPI in Java. -
-
Uses of PromiseImpl in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return PromiseImpl Modifier and Type Method Description static PromiseImpl<Response,NeverThrowsException>Response. newResponsePromiseImpl() -
Uses of PromiseImpl in org.forgerock.util.promise
Methods in org.forgerock.util.promise that return PromiseImpl Modifier and Type Method Description static <V,E extends Exception>
PromiseImpl<V,E>PromiseImpl. create()Creates a new pendingPromiseimplementation.
-