Liking cljdoc? Tell your friends :D

clj-telnet.core


get-telnetclj

(get-telnet server-ip)
(get-telnet server-ip port)

returns a telnetclient given server-ip as String and port as int

returns a telnetclient given server-ip as String and port as int
sourceraw docstring

kill-telnetclj

(kill-telnet telnet-client)

disconnects telnet-client

disconnects telnet-client
sourceraw docstring

read-allclj

(read-all telnet)
source

read-untilclj

(read-until telnet pattern)

reads the input stream of a telnet client till it finds pattern

reads the input stream of a telnet client till it finds pattern
sourceraw docstring

read-until-orclj

(read-until-or telnet patterns)

reads the input stream of a telnet client till it finds pattern

reads the input stream of a telnet client till it finds pattern
sourceraw docstring

with-telnetclj

(with-telnet telnet f)
source

writeclj

(write telnet s)

writes to the output stream of a telnet client

writes to the output stream of a telnet client
sourceraw docstring

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

× close