(close-conn this conn-id)
(send-msg-to-all-conns this msg-name-kw arg)
(shutdown this)
(on-connect this tube-conn)
(set-handler this msg-name-kw handler)
(on-rcv this tube-conn data)
(get-path this)
(send-msg-to-subject-conns this subject-id msg-name-kw arg)
(get-subject-conn-ids this subject-id)
(close-subject-conns this subject-id)
(get-all-conn-ids this subject-id)
(get-conn-count this)
(<send-msg this conn-id msg-name-kw arg)
(<send-msg this conn-id msg-name-kw arg timeout-ms)
(get-subject-conn-count this subject-id)
(send-msg this conn-id msg-name-kw arg)
(send-msg this conn-id msg-name-kw arg timeout-ms)
(send-msg this conn-id msg-name-kw arg success-cb failure-cb)
(send-msg this conn-id msg-name-kw arg success-cb failure-cb timeout-ms)
(<handle-login-req* this msg metadata)
(do-schema-negotiation* this conn-id tube-conn data)
(on-disconnect* this conn-id remote-addr tube-conn code reason)
(send-msg* this conn-id msg-name-kw msg timeout-ms)
(send-rpc* this conn-id rpc-name-kw arg success-cb failure-cb timeout-ms)
(start-gc-loop* this)
(make-endpoint path authenticator protocol role)
(make-endpoint path authenticator protocol role options)
(make-endpoint G__3613 G__3614 G__3615 G__3616)
(make-endpoint G__3620 G__3621 G__3622 G__3623 G__3624)
Inputs: ([path :- s/Str authenticator :- u/Authenticator protocol :- u/Protocol role :- u/Role] [path :- s/Str authenticator :- u/Authenticator protocol :- u/Protocol role :- u/Role options :- u/EndpointOptions]) Returns: (s/protocol IEndpoint)
Inputs: ([path :- s/Str authenticator :- u/Authenticator protocol :- u/Protocol role :- u/Role] [path :- s/Str authenticator :- u/Authenticator protocol :- u/Protocol role :- u/Role options :- u/EndpointOptions]) Returns: (s/protocol IEndpoint)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close