(proxy-ws-handler ws
{:as options
:keys [ws-max-idle-time ws-max-text-message-size]
:or {ws-max-idle-time 500000
ws-max-text-message-size 65536}})Returns a Jetty websocket handler
Returns a Jetty websocket handler
(-ping! x ws)How to encode bytes sent with a ping
How to encode bytes sent with a ping
(close! this)(connected? this)(idle-timeout! this ms)(ping! this)(ping! this msg)(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |