Uses of Interface
ratpack.core.websocket.WebSocketClose
-
Packages that use WebSocketClose Package Description ratpack.core.websocket Support for Websockets. -
-
Uses of WebSocketClose in ratpack.core.websocket
Methods in ratpack.core.websocket with parameters of type WebSocketClose Modifier and Type Method Description void
AutoCloseWebSocketHandler. onClose(WebSocketClose<T> close)
void
WebSocketHandler. onClose(WebSocketClose<T> close)
Method parameters in ratpack.core.websocket with type arguments of type WebSocketClose Modifier and Type Method Description WebSocketSpec<T>
WebSocketSpec. onClose(Action<WebSocketClose<T>> action)
-