Liking cljdoc? Tell your friends :D

async-connect.server


append-preprocess-handlerclj

(append-preprocess-handler netty-ch context read-ch write-ch)
source

IServercljprotocol

close-waitclj

(close-wait this close-handler)

portclj

(port this)

shutdownclj

(shutdown this)
source

make-default-handler-mapclj

(make-default-handler-map read-ch write-ch)
source

run-serverclj

(run-server {:keys [:async-connect.server/server-handler-factory
                    :async-connect.server/address :async-connect.server/port
                    :async-connect.server/channel-initializer
                    :async-connect.server/bootstrap-initializer
                    :async-connect.server/read-channel-builder
                    :async-connect.server/write-channel-builder
                    :async-connect.server/boss-group
                    :async-connect.server/worker-group
                    :async-connect.server/shutdown-hook]
             :or {port 0
                  read-channel-builder (fn [_] (chan))
                  write-channel-builder (fn [_] (chan))
                  boss-group (NioEventLoopGroup.)
                  worker-group (NioEventLoopGroup.)}
             :as config})
source

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

× close