Liking cljdoc? Tell your friends :D

monkey.socket-async.uds

Some wrapper functions for Unix domain sockets (UDS)

Some wrapper functions for Unix domain sockets (UDS)
raw docstring

acceptclj


closeclj

(close s)

Closes the socket channel, if non nil

Closes the socket channel, if non `nil`
raw docstring

connect-socketclj

(connect-socket addr)

Opens a client socket on addr

Opens a client socket on `addr`
raw docstring

connected?clj


delete-addressclj

(delete-address path)

Deletes the socket file at path.

Deletes the socket file at `path`.
raw docstring

listen-socketclj

(listen-socket addr)

Creates a listening socket that binds to addr

Creates a listening socket that binds to `addr`
raw docstring

make-addressclj

(make-address path)

Creates a UDS address at given path. The file must not exist yet.

Creates a UDS address at given path.  The file must not exist yet.
raw docstring

open-socketclj

(open-socket addr)

Creates a client socket that binds to addr.

Creates a client socket that binds to `addr`.
raw docstring

unix-protoclj

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

× close