From edf99237651912c729ae89464ca8cc1305c55957 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Thu, 24 Mar 2011 14:45:36 +0000 Subject: Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler. --- doc/uk/org/ury/frontend/client/Client.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (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 index a4c8e0d..899e2c0 100644 --- a/doc/uk/org/ury/frontend/client/Client.html +++ b/doc/uk/org/ury/frontend/client/Client.html @@ -2,12 +2,12 @@ - + Client - + @@ -101,6 +101,14 @@ java.lang.Object

+An implementation of a client to communicate with the URY Server. +

+ +

+

+
Author:
+
Matt Windsor
+

@@ -131,7 +139,7 @@ java.lang.Object - java.util.Map<?,?> + java.util.Map<java.lang.String,java.lang.Object> get(java.lang.String file)
@@ -180,8 +188,8 @@ public Client()

get

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

-- cgit v1.2.3