Liking cljdoc? Tell your friends :D

pocket.core


close-socketclj

(close-socket s)

connected?clj

(connected? socket)

connectionclj


datagramclj

(datagram)

get-addressclj

(get-address url)

Address lookup util

Address lookup util
raw docstring

make-byte-arraycljmacro

(make-byte-array bytes)

make-packetclj

(make-packet)

make-socketclj

(make-socket host port)

Create a new socket and catch any exceptions

Create a new socket and catch any exceptions
raw docstring

read-nclj

(read-n skt n)

read-onceclj

(read-once skt)

Read once from a socket and print out the result

Read once from a socket and print out the result
raw docstring

read-untilclj

(read-until skt)

server-socketclj

(server-socket port)

set-connection!clj

(set-connection! conn)

socketclj

(socket host port)

socket-addrclj

(socket-addr host port)

write-onceclj

(write-once skt s)

writerclj

(writer socket str)

Same as write once but appends a line ending

Same as write once but appends a line ending
raw docstring

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

× close