From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/uk/org/ury/frontend/client/Client.html | 259 +++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 doc/uk/org/ury/frontend/client/Client.html (limited to 'doc/uk/org/ury/frontend/client/Client.html') diff --git a/doc/uk/org/ury/frontend/client/Client.html b/doc/uk/org/ury/frontend/client/Client.html new file mode 100644 index 0000000..870ab92 --- /dev/null +++ b/doc/uk/org/ury/frontend/client/Client.html @@ -0,0 +1,259 @@ + + + + + + +Client + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.frontend.client +
+Class Client

+
+java.lang.Object
+  extended by uk.org.ury.frontend.client.Client
+
+
+
+
public class Client
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Client() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.util.Map<?,?>get(java.lang.String file) + +
+          Get a raw response from the server.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Client

+
+public Client()
+
+
+ + + + + + + + +
+Method Detail
+ +

+get

+
+public java.util.Map<?,?> get(java.lang.String file)
+                       throws DecodeFailureException
+
+
Get a raw response from the server. +

+

+
Parameters:
file - The "file", including path and query string, to fetch from the + server. +
Returns:
The response from the server, as a key-value map. +
Throws: +
DecodeFailureException - if the decode failed.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3