Liking cljdoc? Tell your friends :D

thrift-clj.server

Thrift Server Wrappers

Thrift Server Wrappers
raw docstring

multi-threaded-serverclj

(multi-threaded-server iface port & opts)

Create multi-threaded Server using the given Iface Implementation.

Create multi-threaded Server using the given Iface Implementation.
sourceraw docstring

nonblocking-serverclj

(nonblocking-server iface port & opts)

Create non-blocking Server using the given Iface Implementation.

Create non-blocking Server using the given Iface Implementation.
sourceraw docstring

serve!clj

(serve! server)

Start Server in a new Thread. Returns the Server.

Start Server in a new Thread. Returns the Server.
sourceraw docstring

serve-and-block!clj

(serve-and-block! server)

Start Server, blocking the current Thread indefinitely.

Start Server, blocking the current Thread indefinitely.
sourceraw docstring

single-threaded-serverclj

(single-threaded-server iface port & opts)

Create single-threaded Server using the given Iface Implementation.

Create single-threaded Server using the given Iface Implementation.
sourceraw docstring

stop!clj

(stop! server)

Stop the given Server. Returns the Server.

Stop the given Server. Returns the Server.
sourceraw docstring

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

× close