Liking cljdoc? Tell your friends :D

deercreeklabs.capsule.server


default-portclj

source

ICapsuleServercljprotocol

get-conn-countsclj

(get-conn-counts this)

startclj

(start this)

stopclj

(stop this)
source

make-on-server-connectclj

(make-on-server-connect routes)
source

make-routeclj

(make-route endpoint)
source

make-routesclj

(make-routes endpoints)
source

make-serverclj

(make-server endpoints)
(make-server endpoints port options)

Inputs: ([endpoints :- [(s/protocol endpoint/IEndpoint)]] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int options :- #:s{Keyword s/Any}]) Returns: (s/protocol ICapsuleServer)

Inputs: ([endpoints :- [(s/protocol endpoint/IEndpoint)]] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int options :- #:s{Keyword s/Any}])
Returns: (s/protocol ICapsuleServer)
sourceraw docstring

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

× close