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