Skip to main content

clojure.core.server

*

I

  • io-prepl

    prepl bound to *in* and *out*, suitable for use with e.g. server/repl (socket-repl). :ret and :tap vals will be proces...

P

  • prepl

    a REPL with structured output (for programs) reads forms to eval from in-reader (a LineNumberingPushbackReader) Clos...

R

  • remote-prepl

    Implements a prepl on in-reader and out-fn by forwarding to a remote [io-]prepl over a socket. Messages will be read ...

  • repl

    REPL with predefined hooks for attachable socket server.

  • repl-init

    Initialize repl in user namespace and make standard repl requires.

  • repl-read

    Enhanced :read hook for repl supporting :repl/quit.

S

  • start-server

    Start a socket server given the specified opts: :address Host or address, string, defaults to loopback address :...

  • start-servers

    Start all servers specified in the system properties.

  • stop-server

    Stop server with name or use the server-name from *session* if none supplied. Returns true if server stopped successfu...

  • stop-servers

    Stop all servers ignores all errors, and returns nil.