Liking cljdoc? Tell your friends :D

via.netty.http.client.websocket


channel-initializerclj

(channel-initializer host port ssl-context handler)
source

closeclj

(close {:keys [close] :as ws-client})
source

sendclj

(send {:keys [send] :as ws-client} text-message)
source

unsafe-self-signed-ssl-contextclj

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

websocket-clientclj

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

websocket-client-handlerclj

(websocket-client-handler handshaker handshake-future on-text-message)
source

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

× close