Liking cljdoc? Tell your friends :D

link.websocket


binaryclj

(binary bytes)
source

binary2clj

(binary2 bytes)
(binary2 alloc bytes)
source

closingclj

(closing)
(closing status reason)
source

create-handler1cljmacro

(create-handler1 sharable & body)
source

create-stateful-websocket-handlercljmacro

(create-stateful-websocket-handler & body)
source

create-websocket-handlercljmacro

(create-websocket-handler & body)
source

handshake-infoclj

(handshake-info ch)
(handshake-info ch info)
source

on-binarycljmacro

(on-binary args-vec & body)
source

on-channel-writability-changedcljmacro

(on-channel-writability-changed args-vec & body)
source

on-closecljmacro

(on-close args-vec & body)
source

on-errorcljmacro

(on-error args-vec & body)
source

on-eventcljmacro

(on-event args-vec & body)
source

on-handshake-completecljmacro

(on-handshake-complete args-vec & body)
source

on-messagecljmacro

(on-message args-vec & body)
source

on-opencljmacro

(on-open args-vec & body)
source

on-pingcljmacro

(on-ping args-vec & body)
source

on-pongcljmacro

(on-pong args-vec & body)
source

on-textcljmacro

(on-text args-vec & body)
source

pingclj

(ping)
(ping payload)
source

pongclj

(pong)
(pong payload)
source

server-protocol-handlerclj

(server-protocol-handler path subprotocols allow-extensions max-frame-size)

A server protocol handler that let user to process ping/pong

A server protocol handler that let user to process ping/pong
sourceraw docstring

textclj

(text data)
(text alloc s)
source

websocket-auto-frame-encoderclj

source

websocket-codecsclj

(websocket-codecs path
                  &
                  {:keys [max-frame-size allow-extensions subprotocols]
                   :or {max-frame-size 65536 allow-extensions false}})
source

websocket-handshake-message-handlerclj

(websocket-handshake-message-handler)
source

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

× close