Uses of Class
org.eclipse.jetty.util.Promise.Completable
Package
Description
Jetty Util : Common Utility Classes
-
Uses of Promise.Completable in org.eclipse.jetty.http3
-
Uses of Promise.Completable in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionstatic <R> Promise.Completable<R>
Creates a newCompletable
to be consumed by the givenconsumer
, then returns the newly createdCompletable
.