Liking cljdoc? Tell your friends :D

http.async.client.websocket

Asynchronous HTTP Client Websocket Extensions- Clojure

Asynchronous HTTP Client Websocket Extensions- Clojure
raw docstring

IWebSocketcljprotocol

-sendByteclj

(-sendByte this byte)

-sendTextclj

(-sendText this text)

sendclj

(send ws & {text :text byte :byte})

Send message via WebSocket.

Send message via WebSocket.
raw docstring

upgrade-handlerclj

(upgrade-handler
  &
  {text-cb :text byte-cb :byte open-cb :open close-cb :close error-cb :error})

Creates a WebSocketUpgradeHandler

Creates a WebSocketUpgradeHandler
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close