Liking cljdoc? Tell your friends :D

fastbeans.handlers


-channelClosedclj

(-channelClosed this ctx e)
source

-exceptionCaughtclj

(-exceptionCaught this ctx e)
source

-messageReceivedclj

(-messageReceived this ctx e)
source

continue-messageclj

(continue-message channel [accumulated-size ba] cb)
source

decode-frameclj

(decode-frame frame)

Returns only the decoded frame payload, stripping off its length prefix

Returns only the decoded frame payload, stripping off its length prefix
sourceraw docstring

encode-frameclj

(encode-frame msg)

Encodes a msg into a buffer-seq suitable for gloss framing

Encodes a msg into a buffer-seq suitable for gloss framing
sourceraw docstring

finish-messageclj

(finish-message c [_ frame])
source

message-buffersclj

source

message-finished?clj

(message-finished? [read-size ba])
source

start-messageclj

(start-message channel cb)
source

write-death-frameclj

(write-death-frame channel throwable)
source

write-to-channelclj

(write-to-channel c data)
source

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

× close