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