Uses of Interface
ratpack.core.websocket.WebSocket
-
Packages that use WebSocket Package Description ratpack.core.websocket Support for Websockets. -
-
Uses of WebSocket in ratpack.core.websocket
Methods in ratpack.core.websocket that return WebSocket Modifier and Type Method Description WebSocket
WebSocketMessage. getConnection()
Methods in ratpack.core.websocket with parameters of type WebSocket Modifier and Type Method Description abstract T
AutoCloseWebSocketHandler. onOpen(WebSocket webSocket)
T
WebSocketHandler. onOpen(WebSocket webSocket)
Method parameters in ratpack.core.websocket with type arguments of type WebSocket Modifier and Type Method Description static <T> WebSocketConnector<T>
WebSockets. websocket(Context context, Function<WebSocket,T> openAction)
-