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