(<make-tube-client url connect-timeout-ms)
(<make-tube-client url connect-timeout-ms options)
(<make-tube-client G__3640 G__3641)
(<make-tube-client G__3645 G__3646 G__3647)
Inputs: ([url :- s/Str connect-timeout-ms :- s/Int] [url :- s/Str connect-timeout-ms :- s/Int options :- {(s/optional-key :compression-type) (s/enum :none :smart :deflate), (s/optional-key :keep-alive-secs) s/Int, (s/optional-key :on-disconnect) (s/=> s/Any), (s/optional-key :on-rcv) (s/=> s/Any), (s/optional-key :log-conn-failure?) s/Bool, (s/optional-key :connect-timeout-ms) s/Int, (s/optional-key :<make-ws-client) (s/=> s/Any)}])
Inputs: ([url :- s/Str connect-timeout-ms :- s/Int] [url :- s/Str connect-timeout-ms :- s/Int options :- {(s/optional-key :compression-type) (s/enum :none :smart :deflate), (s/optional-key :keep-alive-secs) s/Int, (s/optional-key :on-disconnect) (s/=> s/Any), (s/optional-key :on-rcv) (s/=> s/Any), (s/optional-key :log-conn-failure?) s/Bool, (s/optional-key :connect-timeout-ms) s/Int, (s/optional-key :<make-ws-client) (s/=> s/Any)}])
(<make-ws-client-browser url
connected-ch
on-error
*handle-rcv
*close-client
log-conn-failure?)
(<make-ws-client-clj url
connected-ch
on-error
*handle-rcv
*close-client
log-conn-failure?)
(<make-ws-client-node url
connected-ch
on-error
*handle-rcv
*close-client
log-conn-failure?)
(close this)
(close this code reason)
Close this tube
Close this tube
(send this data)
Send binary bytes over this tube
Send binary bytes over this tube
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close