File: cider-connection.el.html

Connection initialization, teardown and lifecycle management for CIDER. For lightweight session lookup and REPL discovery see cider-session.el.

Defined variables (3)

cider-redirect-server-output-to-replControls whether nREPL server output would be redirected to the REPL.
cider-required-nrepl-versionThe minimum nREPL version that’s known to work properly with CIDER.
cider-reuse-dead-replsHow to deal with existing dead REPL buffers when initializing a connection.

Defined functions (28)

cider--check-clojure-version-supported()
cider--check-middleware-compatibility()
cider--check-required-nrepl-version()
cider--choose-reusable-repl-buffer(PARAMS)
cider--close-buffer(BUFFER)
cider--close-connection(REPL &optional NO-KILL)
cider--compatible-middleware-version-p(REQUIRED-VER VER)
cider--connected-handler()
cider--connection-info(CONNECTION-BUFFER &optional GENERICP)
cider--disconnected-handler()
cider--handle-notification(RESPONSE)
cider--remove-session-on-disconnect(CLIENT-BUFFER KILL-SERVER-P)
cider--set-connection-capabilities(&optional CONN-BUFFER)
cider--strip-version-patch(V)
cider--subscribe-repl-to-server-out()
cider--update-buffer-ns(BUFFER NS)
cider-close-ancillary-buffers()
cider-describe-connection(&optional REPL)
cider-describe-nrepl-session()
cider-disable-on-existing-clojure-buffers()
cider-emit-manual-warning(SECTION-ID FORMAT &rest ARGS)
cider-enable-on-existing-clojure-buffers()
cider-list-nrepl-middleware()
cider-nrepl-connect(PARAMS)
cider-possibly-disable-on-existing-clojure-buffers()
cider-quit(&optional REPL)
cider-repl-create(PARAMS)
cider-restart(&optional REPL)

Defined faces (0)