Liking cljdoc? Tell your friends :D

via.netty.http2.client.websocket


apn-handlerclj

(apn-handler settings-promise)
source

client-initializerclj

(client-initializer {:keys [ssl-context host port settings-promise]})
source

http2-frame-duplex-handlerclj

(http2-frame-duplex-handler settings-promise)
source

http2-stream-channel-initializerclj

(http2-stream-channel-initializer)
source

pass-throughclj

(pass-through k)
source

stream-channel-handlerclj

(stream-channel-handler {:keys [host port path max-frame-size send-message]
                         :or {max-frame-size (Math/pow 2 16)}})
source

unsafe-self-signed-ssl-contextclj

(unsafe-self-signed-ssl-context)
source

websocket-clientclj

(websocket-client)
(websocket-client {:keys [host port ssl-context path]
                   :or {host "localhost" port 3449 path default-via-endpoint}})
source

websocket-request-headers-frameclj

(websocket-request-headers-frame {:keys [host port path]})
source

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

× close