Liking cljdoc? Tell your friends :D

link.tcp


channel-initclj

(channel-init handler-specs)
source

server-bootstrapclj

(server-bootstrap)

Allow multiple server instance share the same eventloop: Just use the result of this function as option in tcp-server

Allow multiple server instance share the same eventloop:
Just use the result of this function as option in `tcp-server`
sourceraw docstring

stop-clientsclj

(stop-clients client-factory)
source

stop-serverclj

(stop-server [worker-group boss-group])
source

tcp-clientclj

(tcp-client factory host port & {:keys [lazy-connect] :or {lazy-connect false}})
source

tcp-client-factoryclj

(tcp-client-factory handlers & {:keys [options] :or {options {}}})
source

tcp-serverclj

(tcp-server port
            handlers
            &
            {:keys [options host] :or {options {} host "0.0.0.0"}})
source

to-channel-optionclj

(to-channel-option co)
(to-channel-option co class)
source

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

× close