Uses of Interface
ratpack.websocket.WebSocketConnector
-
Packages that use WebSocketConnector Package Description ratpack.websocket Support for Websockets. -
-
Uses of WebSocketConnector in ratpack.websocket
Methods in ratpack.websocket that return WebSocketConnector Modifier and Type Method Description static <T> WebSocketConnector<T>
WebSockets. websocket(Context context, Function<WebSocket,T> openAction)
-