Liking cljdoc? Tell your friends :D

via.netty.http.client.websocket


channel-initializerclj

(channel-initializer host port ssl-context handler)

closeclj

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

sendclj

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

unsafe-self-signed-ssl-contextclj

(unsafe-self-signed-ssl-context)

websocket-clientclj

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

websocket-client-handlerclj

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

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

× close