Liking cljdoc? Tell your friends :D

via.netty.http2.client.websocket


apn-handlerclj

(apn-handler settings-promise)

client-initializerclj

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

http2-frame-duplex-handlerclj

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

http2-stream-channel-initializerclj

(http2-stream-channel-initializer)

pass-throughclj

(pass-through k)

stream-channel-handlerclj

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

unsafe-self-signed-ssl-contextclj

(unsafe-self-signed-ssl-context)

websocket-clientclj

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

websocket-request-headers-frameclj

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

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

× close