Uses of Class
org.eclipse.jetty.websocket.api.Callback.Completable
-
Uses of Callback.Completable in org.eclipse.jetty.websocket.api
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) Convenience method that creates aCallback.Completable
that is passed to the given consumer and then returned.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) Convenience method that creates aCallback.Completable
that is passed to the given consumer and then returned.