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