Liking cljdoc? Tell your friends :D

clojang.conn


closeclj

(close conn)
source

connected?clj

(connected? this)

Determine if the connection is still alive.

Determine if the connection is still alive.
sourceraw docstring

deliverclj

(deliver conn ex-or-msg)
source

exitclj

(exit dest-pid reason)

An alias for jiface.otp.connection/exit that automatically converts the reason argument to an appropriate Erlang type.

An alias for `jiface.otp.connection/exit` that automatically
converts the `reason` argument to an appropriate Erlang type.
sourceraw docstring

get-flagsclj

(get-flags this)
sourceraw docstring

get-msg-countclj

(get-msg-count this)

Return the number of messages currently waiting in the receive queue for this connection.

Return the number of messages currently waiting in the receive queue for
this connection.
sourceraw docstring

get-peerclj

(get-peer this)

Get information about the node at the peer end of this connection.

Get information about the node at the peer end of this connection.
sourceraw docstring

get-selfclj

(get-self this)

Get information about the node at the local end of this connection.

Get information about the node at the local end of this connection.
sourceraw docstring

get-trace-levelclj

(get-trace-level this)

Get the trace level for this connection.

Get the trace level for this connection.
sourceraw docstring

(link conn pid)
source

receiveclj

(receive connx)
(receive connx timeout)

An alias for jiface.otp.connection/receive that returns the received data as Clojure data types.

An alias for `jiface.otp.connection/receive` that returns the
received data as Clojure data types.
sourceraw docstring

receive-bufclj

(receive-buf connx)
(receive-buf connx timeout)

An alias for jiface.otp.connection/receive-buff that returns the received data as Clojure data types.

An alias for `jiface.otp.connection/receive-buff` that returns the
received data as Clojure data types.
sourceraw docstring

receive-msgclj

(receive-msg connx)
(receive-msg connx timeout)

An alias for jiface.otp.connection/receive-msg that returns the received data as Clojure data types.

An alias for `jiface.otp.connection/receive-msg` that returns the
received data as Clojure data types.
sourceraw docstring

receive-rpcclj

(receive-rpc connx)

An alias for jiface.otp.connection/receive-rpc that returns the received data as Clojure data types.

An alias for `jiface.otp.connection/receive-rpc` that returns the
received data as Clojure data types.
sourceraw docstring

runclj

(run conn)
source

sendclj

(send connx dest msg)

An alias for jiface.otp.connection/send that also allows for mailbox and node name arguments to be symbols, keywords, or strings.

An alias for `jiface.otp.connection/send` that also allows for
mailbox and node name arguments to be symbols, keywords, or strings.
sourceraw docstring

send-bufclj

(send-buf connx dest msg)

An alias for jiface.otp.connection/send-buf that also allows for mailbox and node name arguments to be symbols, keywords, or strings.

An alias for `jiface.otp.connection/send-buf` that also allows for
mailbox and node name arguments to be symbols, keywords, or strings.
sourceraw docstring

send-rpcclj

(send-rpc connx mod fun)
(send-rpc connx mod fun args)

An alias for jiface.otp.connection/send-rpc that also allows for mailbox and node name arguments to be symbols, keywords, or strings.

An alias for `jiface.otp.connection/send-rpc` that also allows for
mailbox and node name arguments to be symbols, keywords, or strings.
sourceraw docstring

set-flagsclj

(set-flags conn flags)
source

set-trace-levelclj

(set-trace-level this level-integer)

Set the trace level for this connection.

Set the trace level for this connection.
sourceraw docstring

(unlink conn pid)
source

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

× close