| Package | Description |
|---|---|
| ratpack.websocket |
Support for Websockets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoCloseWebSocketHandler.onMessage(WebSocketMessage<T> frame) |
void |
WebSocketHandler.onMessage(WebSocketMessage<T> frame) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSpec<T> |
WebSocketSpec.onMessage(Action<WebSocketMessage<T>> action) |