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