Liking cljdoc? Tell your friends :D

rcon.core


build-rconclj

(build-rcon id protocol content)
source

bytes->intclj

(bytes->int bytes & {:keys [little-endian] :or {little-endian true}})
source

connectclj

(connect host port password)

Connects to a Minecraft RCON server at host on port, identified by password. May throw an IllegalStateException or ConnectException if unable to connect (depending on the cause). Returns a manifold stream.

Connects to a Minecraft RCON server at host on port, identified by
password. May throw an IllegalStateException or ConnectException if
unable to connect (depending on the cause).
Returns a manifold stream.
sourceraw docstring

execclj

(exec connection cmd)
source

int->bytesclj

(int->bytes number & {:keys [little-endian len] :or {little-endian true len 4}})
source

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

× close