(proxy-ws-handler
ws
{:as options :keys [ws-max-idle-time] :or {ws-max-idle-time 500000}})
Returns a Jetty websocket handler
Returns a Jetty websocket handler
(close! this)
(connected? this)
(idle-timeout! this ms)
(remote-addr this)
(req-of this)
(send! this msg)
(send! this msg callback)
(-send! x ws)
(-send! x ws callback)
How to encode content sent to the WebSocket clients
How to encode content sent to the WebSocket clients
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close