Uses of Class
org.eclipse.jetty.util.Callback.Completable
Package
Description
Jetty Util : Common Utility Classes
-
Uses of Callback.Completable in org.eclipse.jetty.proxy
-
Uses of Callback.Completable in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionCallback.Completable.compose
(Consumer<Callback.Completable> consumer) Returns a newCallback.Completable
that, when thisCallback.Completable
succeeds, is passed to the given consumer and then returned.static Callback.Completable
Creates a completable future given a callback.static Callback.Completable
Callback.Completable.with
(Consumer<Callback.Completable> consumer) Creates a newCompletable
to be consumed by the givenconsumer
, then returns the newly createdCompletable
.Modifier and TypeMethodDescriptionCallback.Completable.compose
(Consumer<Callback.Completable> consumer) Returns a newCallback.Completable
that, when thisCallback.Completable
succeeds, is passed to the given consumer and then returned.static Callback.Completable
Callback.Completable.with
(Consumer<Callback.Completable> consumer) Creates a newCompletable
to be consumed by the givenconsumer
, then returns the newly createdCompletable
.