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.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned.static Callback.CompletableCallback.Completable.with(Consumer<Callback.Completable> consumer) Convenience method that creates aCallback.Completablethat 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.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned.static Callback.CompletableCallback.Completable.with(Consumer<Callback.Completable> consumer) Convenience method that creates aCallback.Completablethat is passed to the given consumer and then returned.