Liking cljdoc? Tell your friends :D

lambdaisland.funnel


-mainclj

(-main & args)
source

check-port-in-use!clj

(check-port-in-use! opts)
source

destinationsclj

(destinations source broadcast-sel conns)
source

extract-native-lib!clj

(extract-native-lib!)
source

from-transitclj

(from-transit transit)
source

handle-closeclj

(handle-close state conn code reason remote?)
source

handle-messageclj

(handle-message state conn raw-msg)
source

handle-openclj

(handle-open state conn handshake)
source

handle-queryclj

(handle-query conn selector conns)
source

init-loggingclj

(init-logging level logfile)
source

match-selector?clj

(match-selector? whoami selector)
source

maybe-errorclj

(maybe-error e)
source

native-image?clj

(native-image?)
source

option-specsclj

(option-specs)
source

outboxclj

(outbox conn)
source

port-in-use!clj

(port-in-use!)
source

(print-help summary)
source

(print-version)
source

ssl-contextclj

(ssl-context keystore password)
source

start-serverclj

(start-server server)
source

start-serversclj

(start-servers {:keys [ws-port wss-port] :as opts})
source

tagged-read-handlerclj

source

tagged-write-handlerclj

source

to-transitclj

(to-transit value)
source

websocket-serverclj

(websocket-server {:keys [state host port decoder-count]
                   :or {decoder-count
                          (.. Runtime getRuntime availableProcessors)}
                   :as opts})

Create an instance of WebSocketServer, without starting it. Implements Closeable so it can be used it [[with-open]], implements IDeref to make it easy to block until the server has fully booted up.

Create an instance of WebSocketServer, without starting it. Implements
Closeable so it can be used it [[with-open]], implements IDeref to make it
easy to block until the server has fully booted up.
sourceraw docstring

ws-portclj

source

ws-serverclj

(ws-server opts)
source

wss-portclj

source

wss-serverclj

(wss-server {:keys [keystore keystore-password wss-port] :as opts})
source

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

× close