(shutdown this)
(set-handler this msg-name-kw handler)
(<send-msg this msg-name-kw arg)
(<send-msg this msg-name-kw arg timeout-ms)
(send-msg this msg-name-kw arg)
(send-msg this msg-name-kw arg timeout-ms)
(send-msg this msg-name-kw arg success-cb failure-cb)
(send-msg this msg-name-kw arg success-cb failure-cb timeout-ms)
(<do-schema-negotiation* this tube-client rcv-chan url)
(start-connect-loop* this <make-ws-client)
(start-rcv-loop* this)
(<do-auth-w-creds* this tube-client rcv-chan credentials)
(<do-auth* this tube-client rcv-chan)
(send-msg* this msg-name-kw msg timeout-ms)
(send-rpc* this msg-name-kw arg success-cb failure-cb timeout-ms)
(<get-credentials* this)
(start-gc-loop* this)
(start-send-loop* this)
(<do-login* this tube-client rcv-chan credentials)
(<get-url* this)
(<get-credentials-and-do-auth* this tube-client rcv-chan)
(<connect* this <make-ws-client)
(make-client get-url get-credentials protocol role)
(make-client get-url get-credentials protocol role options)
(make-client G__3405 G__3406 G__3407 G__3408)
(make-client G__3412 G__3413 G__3414 G__3415 G__3416)
Inputs: ([get-url :- u/GetURLFn get-credentials :- u/GetCredentialsFn protocol :- u/Protocol role :- u/Role] [get-url :- u/GetURLFn get-credentials :- u/GetCredentialsFn protocol :- u/Protocol role :- u/Role options :- u/ClientOptions]) Returns: (s/protocol ICapsuleClient)
Inputs: ([get-url :- u/GetURLFn get-credentials :- u/GetCredentialsFn protocol :- u/Protocol role :- u/Role] [get-url :- u/GetURLFn get-credentials :- u/GetCredentialsFn protocol :- u/Protocol role :- u/Role options :- u/ClientOptions]) Returns: (s/protocol ICapsuleClient)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close