Liking cljdoc? Tell your friends :D

phlegyas.client


add-child-mappingclj

(add-child-mapping mapping fid newfid paths)

Adds a new fid that results from a successful walk to the atomic map.

Adds a new fid that results from a successful walk to the atomic map.
sourceraw docstring

attach-filesystemclj

(attach-filesystem connection)
(attach-filesystem connection uname)
(attach-filesystem connection uname aname)
source

client!clj

(client! in)

This example client returns a function that will take in frames (without tags) and will automatically handle matching responses for you. Calls to the returned function are a deferred that is delivered when the response is received.

This example client returns a function that will take in frames (without tags)
and will automatically handle matching responses for you. Calls to the returned
function are a deferred that is delivered when the response is received.
sourceraw docstring

clone-fidclj

(clone-fid connection fs-handle)
source

clunk-fidclj

(clunk-fid connection fid)
source

connectclj

(connect host port)
(connect host port uname)
(connect host port uname aname)
source

lsdirclj

(lsdir connection fid)
source

negotiate-versionclj

(negotiate-version connection)
source

next-valclj

(next-val a)

Find the smallest integer not currently in the atomic set, add it to the atomic set, and return the added value.

Find the smallest integer not currently in the atomic set, add it to the
atomic set, and return the added value.
sourceraw docstring

open-and-read-fidclj

(open-and-read-fid connection fid)
source

open-fidclj

(open-fid connection fid iomode)
source

read-dir-contentsclj

(read-dir-contents connection fid)
source

read-fidclj

(read-fid connection fid iounit)
source

read-fid-partialclj

(read-fid-partial connection fid offset iounit)
source

reset-connectionclj

(reset-connection connection)
source

tag-and-assembleclj

(tag-and-assemble x in-flight-requests tagpool)
source

transactclj

(transact connection transaction)

Returns a function that takes in frames and returns deferreds representing the response over the network. Frames do not require tags.

Returns a function that takes in frames and returns deferreds
representing the response over the network. Frames do not
require tags.
sourceraw docstring

walk-fidclj

(walk-fid connection fs-handle paths)
source

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

× close