Thrift Server Wrappers
Thrift Server Wrappers
(multi-threaded-server iface port & opts)
Create multi-threaded Server using the given Iface Implementation.
Create multi-threaded Server using the given Iface Implementation.
(nonblocking-server iface port & opts)
Create non-blocking Server using the given Iface Implementation.
Create non-blocking Server using the given Iface Implementation.
(serve! server)
Start Server in a new Thread. Returns the Server.
Start Server in a new Thread. Returns the Server.
(serve-and-block! server)
Start Server, blocking the current Thread indefinitely.
Start Server, blocking the current Thread indefinitely.
(single-threaded-server iface port & opts)
Create single-threaded Server using the given Iface Implementation.
Create single-threaded Server using the given Iface Implementation.
(stop! server)
Stop the given Server. Returns the Server.
Stop the given Server. Returns the Server.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close