Uses of Class
org.eclipse.jetty.websocket.api.Callback.Completable
Packages that use Callback.Completable
-
Uses of Callback.Completable in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return Callback.CompletableModifier 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) Convenience method that creates aCallback.Completable
that is passed to the given consumer and then returned.Method parameters in org.eclipse.jetty.websocket.api with type arguments of type Callback.CompletableModifier 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) Convenience method that creates aCallback.Completable
that is passed to the given consumer and then returned.