Liking cljdoc? Tell your friends :D

thrift-clj.client

Client Infrastructure

Client Infrastructure
raw docstring

connect!clj

(connect! client-class transport & {:keys [protocol]})

Create new Client of the given Class that connects to the given service.

Create new Client of the given Class that connects to the given
service.
sourceraw docstring

connect!*cljmultimethod

Create new Client of the given Class using the given options (e.g. Transport, Protocol, ...).

Create new Client of the given Class using the given options (e.g. Transport,
Protocol, ...).
sourceraw docstring

disconnect!clj

(disconnect! client)

Close Client Transport.

Close Client Transport.
sourceraw docstring

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

× close