Uses of Class
org.forgerock.util.promise.PromiseImpl
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
An implementation of the
Promise
API in Java.-
Uses of PromiseImpl in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionstatic PromiseImpl<Response,
NeverThrowsException> Response.newResponsePromiseImpl()
-
Uses of PromiseImpl in org.forgerock.util.promise
Modifier and TypeMethodDescriptionstatic <V,
E extends Exception>
PromiseImpl<V,E> PromiseImpl.create()
Creates a new pendingPromise
implementation.