Liking cljdoc? Tell your friends :D

deercreeklabs.tube.server


-mainclj

(-main & args)

handle-http-testclj

(handle-http-test req)

ITubeServercljprotocol

get-conn-countclj

(get-conn-count this)

Return the number of current connections

Return the number of current connections

startclj

(start this)

Start serving

Start serving

stopclj

(stop this)

Stop serving

Stop serving

make-http-handlerclj

(make-http-handler logger handle-http http-timeout-ms)

make-ws-handlerclj

(make-ws-handler logger
                 on-connect
                 on-disconnect
                 compression-type
                 *conn-count
                 *conn-id)

run-test-serverclj

(run-test-server)
(run-test-server port)

tube-serverclj

(tube-server port on-connect on-disconnect compression-type)
(tube-server port on-connect on-disconnect compression-type opts)

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

× close