Uses of Interface
ratpack.websocket.WebSocketHandler
-
Packages that use WebSocketHandler Package Description ratpack.websocket Support for Websockets. -
-
Uses of WebSocketHandler in ratpack.websocket
Classes in ratpack.websocket that implement WebSocketHandler Modifier and Type Class Description class
AutoCloseWebSocketHandler<T extends java.lang.AutoCloseable>
Methods in ratpack.websocket with parameters of type WebSocketHandler Modifier and Type Method Description static void
WebSockets. websocket(Context context, WebSocketHandler<?> handler)
-