Liking cljdoc? Tell your friends :D

aloha.netty


connection-handlerclj

(connection-handler channel-group)
source

create-netty-pipelinecljmacro

(create-netty-pipeline pipeline-name channel-group & stages)
source

create-pipeline-factoryclj

(create-pipeline-factory channel-group pipeline-generator)
source

default-server-optionsclj

source

downstream-error-handlerclj

(downstream-error-handler pipeline-name)
source

downstream-stageclj

(downstream-stage handler)

Creates a pipeline stage for downstream events.

Creates a pipeline stage for downstream events.
sourceraw docstring

message-eventclj

(message-event evt)

Returns contents of message event, or nil if it's a different type of message.

Returns contents of message event, or nil if it's a different type of message.
sourceraw docstring

message-handlerclj

(message-handler handler)
source

start-serverclj

(start-server pipeline-generator options)
source

upstream-error-handlerclj

(upstream-error-handler pipeline-name)
source

upstream-stageclj

(upstream-stage handler)

Creates a pipeline stage for upstream events.

Creates a pipeline stage for upstream events.
sourceraw docstring

write-to-channelclj

(write-to-channel ch msg on-complete)
source

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

× close