Uses of Interface
ratpack.websocket.WebSocketSpec
-
Packages that use WebSocketSpec Package Description ratpack.websocket Support for Websockets. -
-
Uses of WebSocketSpec in ratpack.websocket
Methods in ratpack.websocket that return WebSocketSpec Modifier and Type Method Description WebSocketSpec<T>
WebSocketSpec. maxLength(int maxLength)
WebSocketSpec<T>
WebSocketSpec. onClose(Action<WebSocketClose<T>> action)
WebSocketSpec<T>
WebSocketSpec. onMessage(Action<WebSocketMessage<T>> action)
WebSocketSpec<T>
WebSocketSpec. path(java.lang.String path)
Method parameters in ratpack.websocket with type arguments of type WebSocketSpec Modifier and Type Method Description void
WebSocketConnector. connect(Action<? super WebSocketSpec<T>> specAction)
-