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