clojure.tools.nrepl
Class Connection

java.lang.Object
  extended by clojure.tools.nrepl.Connection

public class Connection
extends Object

Author:
Chas Emerick

Nested Class Summary
static class Connection.Response
           
 
Field Summary
 Map<clojure.lang.Keyword,clojure.lang.IFn> conn
           
 String host
           
 int port
           
 
Constructor Summary
Connection(String host, int port)
           
 
Method Summary
 void close()
           
 Connection.Response send(String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conn

public final Map<clojure.lang.Keyword,clojure.lang.IFn> conn

host

public final String host

port

public final int port
Constructor Detail

Connection

public Connection(String host,
                  int port)
           throws Exception
Throws:
Exception
Method Detail

send

public Connection.Response send(String code)

close

public void close()


Copyright © 2010. All Rights Reserved.