- websocket() - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
-
Enable the reporting of metrics via web sockets.
- WebSocket - Interface in ratpack.websocket
-
- websocket(Context, Function<WebSocket, T>) - Static method in class ratpack.websocket.WebSockets
-
- websocket(Context, WebSocketHandler<?>) - Static method in class ratpack.websocket.WebSockets
-
- websocketBroadcast(Context, Publisher<String>) - Static method in class ratpack.websocket.WebSockets
-
- websocketByteBufBroadcast(Context, Publisher<ByteBuf>) - Static method in class ratpack.websocket.WebSockets
-
- WebSocketClose<T> - Interface in ratpack.websocket
-
- WebSocketConnector<T> - Interface in ratpack.websocket
-
- WebSocketHandler<T> - Interface in ratpack.websocket
-
- WebSocketMessage<T> - Interface in ratpack.websocket
-
- WebSockets - Class in ratpack.websocket
-
- WebSockets() - Constructor for class ratpack.websocket.WebSockets
-
- WebSocketSpec<T> - Interface in ratpack.websocket
-
- wiretap(Action<? super Result<T>>) - Method in interface ratpack.exec.PromiseOperations
-
Registers a listener for the promise outcome.
- wiretap(Publisher<T>, Action<? super StreamEvent<? super T>>) - Static method in class ratpack.stream.Streams
-
Allows listening to the events of the given publisher as they flow to subscribers.
- wiretap(Action<? super StreamEvent<? super T>>) - Method in interface ratpack.stream.TransformablePublisher
-
- with(T, Action<? super T>) - Static method in interface ratpack.func.Action
-
Executes the action with the given argument, then returns the argument.
- with(O) - Method in interface ratpack.func.Action
-
Executes with the given argument, then returns the argument.
- with(Action<? super RegistrySpec>) - Method in interface ratpack.registry.RegistryBuilder
-
- with(Action<? super RegistrySpec>) - Method in interface ratpack.registry.RegistrySpec
-
Executes the given action with this
.
- withMapper(Consumer<? super ObjectMapper>) - Method in class ratpack.jackson.JacksonModule.Config
-
Adds configuration actions to be executed against the object mapper created by this Guice module before it is used.
- WriteStream<T> - Interface in ratpack.stream
-
The write end of a data stream.
- writeTo(OutputStream) - Method in interface ratpack.http.TypedData
-
Writes the data to the given output stream.