Uses of Class
org.eclipse.jetty.util.Callback.Completable
Packages that use Callback.Completable
Package
Description
Jetty Util : Common Utility Classes
- 
Uses of Callback.Completable in org.eclipse.jetty.proxy
Subclasses of Callback.Completable in org.eclipse.jetty.proxy - 
Uses of Callback.Completable in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Callback.CompletableModifier and TypeMethodDescriptionCallback.Completable.compose(Consumer<Callback.Completable> consumer) Returns a newCallback.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned.static Callback.CompletableCreates a completable future given a callback.static Callback.CompletableCallback.Completable.with(Consumer<Callback.Completable> consumer) Creates a newCompletableto be consumed by the givenconsumer, then returns the newly createdCompletable.Method parameters in org.eclipse.jetty.util with type arguments of type Callback.CompletableModifier and TypeMethodDescriptionCallback.Completable.compose(Consumer<Callback.Completable> consumer) Returns a newCallback.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned.static Callback.CompletableCallback.Completable.with(Consumer<Callback.Completable> consumer) Creates a newCompletableto be consumed by the givenconsumer, then returns the newly createdCompletable.