Package ratpack.core.websocket
Interface WebSocketHandler<T>
-
- All Known Implementing Classes:
AutoCloseWebSocketHandler
public interface WebSocketHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClose(WebSocketClose<T> close)
void
onMessage(WebSocketMessage<T> frame)
T
onOpen(WebSocket webSocket)
-