clojure.tools.nrepl
Class Connection.Response

java.lang.Object
  extended by clojure.tools.nrepl.Connection.Response
Enclosing class:
Connection

public static class Connection.Response
extends Object


Method Summary
 Map<String,Object> combinedResponse()
           
 Set<String> statuses()
           
 List<Object> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

combinedResponse

public Map<String,Object> combinedResponse()

statuses

public Set<String> statuses()

values

public List<Object> values()


Copyright © 2012. All Rights Reserved.