Index of Public Functions and Variables - Network REPL 0.2.13 (in development)

This page has an alphabetical index of all the documented functions and variables in Network REPL.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A


  

B

 bencode                      function      clojure.tools.nrepl.transport Returns a Transport implementation that...

  

C

 client                       function      clojure.tools.nrepl Returns a fn of zero and one argument, both of wh...
 client-session               function      clojure.tools.nrepl Returns a function of one argument.  Accepts a me...
 code                         macro         clojure.tools.nrepl Expands into a string consisting of the macro's b...
 code*                        function      clojure.tools.nrepl Returns a single string containing the pr-str'd r...
 combine-responses            function      clojure.tools.nrepl Combines the provided seq of response messages in...
 connect                      function      clojure.tools.nrepl Connects to a socket-based REPL at the given host...

  

D


  

E

 *eval*                       dynamic var   clojure.tools.nrepl.middleware.interruptible-eval Function returning ...
 evaluate                     function      clojure.tools.nrepl.middleware.interruptible-eval Evaluates some code...

  

F

 ->FnTransport                function      clojure.tools.nrepl.transport Positional factory function for class c...
 fn-transport                 function      clojure.tools.nrepl.transport Returns a Transport implementation that...
 FnTransport                  type          clojure.tools.nrepl.transport 

  

G


  

H

 handle                       function      clojure.tools.nrepl.server Handles requests received via [transport] ...

  

I

 interruptible-eval           function      clojure.tools.nrepl.middleware.interruptible-eval Evaluation middlewa...

  

J


  

K


  

L

 load-file-code               dynamic function clojure.tools.nrepl.middleware.load-file Given the contents of a file...
 load-file-command            function      clojure.tools.nrepl.helpers (If it is available, sending clojure.tool...

  

M

 *msg*                        dynamic var   clojure.tools.nrepl.middleware.interruptible-eval The message current...
 message                      function      clojure.tools.nrepl Sends a message via [client] with a fixed message...

  

N

 new-session                  function      clojure.tools.nrepl Provokes the creation and retention of a new sess...

  

O


  

P

 piped-transports             function      clojure.tools.nrepl.transport Returns a pair of Transports that read ...
 pr-values                    function      clojure.tools.nrepl.middleware.pr-values Middleware that returns a ha...

  

Q

 ->QueueTransport             function      clojure.tools.nrepl.transport Positional factory function for class c...
 queue-eval                   function      clojure.tools.nrepl.middleware.interruptible-eval Queues the function...
 QueueTransport               type          clojure.tools.nrepl.transport 

  

R

 read-bencode                 function      clojure.tools.nrepl.bencode Read bencode token from the input stream..
 read-netstring               function      clojure.tools.nrepl.bencode Reads a classic netstring from input—an I...
 read-response-value          function      clojure.tools.nrepl Returns the provided response message, replacing ...
 recv                         function      clojure.tools.nrepl.transport Reads and returns the next message rece...
 response-for                 function      clojure.tools.nrepl.misc Returns a map containing the :session and :i...
 response-seq                 function      clojure.tools.nrepl Returns a lazy seq of messages received via the g...
 response-values              function      clojure.tools.nrepl Given a seq of responses (as from response-seq or...
 returning                    macro         clojure.tools.nrepl.misc Executes `body`, returning `x`..

  

S

 send                         function      clojure.tools.nrepl.transport Sends msg. Implementations should retur...
 set-descriptor!              function      clojure.tools.nrepl.middleware Sets the given [descriptor] map as the...
 stop-server                  function      clojure.tools.nrepl.server Stops a server started via `start-server`..

  

T

 Transport                    protocol      clojure.tools.nrepl.transport Defines the interface for a wire protoc...
 tty                          function      clojure.tools.nrepl.transport Returns a Transport implementation suit...
 tty-greeting                 function      clojure.tools.nrepl.transport A greeting fn usable with clojure.tools...

  

U

 unknown-op                   function      clojure.tools.nrepl.server Sends an :unknown-op :error for the given ...
 url-connect                  multimethod   clojure.tools.nrepl Connects to an nREPL endpoint identified by the g...
 uuid                         function      clojure.tools.nrepl.misc Returns a new UUID string..

  

V

 version                      var           clojure.tools.nrepl Current version of nREPL, map of :major, :minor, ...

  

W

 wait-for-ack                 function      clojure.tools.nrepl.ack Waits for a presumably just-launched nREPL se...
 wrap-load-file               function      clojure.tools.nrepl.middleware.load-file Middleware that evaluates a ...
 write-bencode                multimethod   clojure.tools.nrepl.bencode Write the given thing to the output strea...
 write-netstring              function      clojure.tools.nrepl.bencode Write the given binary data to the output...

  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.