From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/server/class-use/Server.html | 223 ++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 doc/uk/org/ury/server/class-use/Server.html (limited to 'doc/uk/org/ury/server/class-use/Server.html') diff --git a/doc/uk/org/ury/server/class-use/Server.html b/doc/uk/org/ury/server/class-use/Server.html new file mode 100644 index 0000000..3fa9f67 --- /dev/null +++ b/doc/uk/org/ury/server/class-use/Server.html @@ -0,0 +1,223 @@ + + + + + + +Uses of Class uk.org.ury.server.Server + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.Server

+
+ + + + + + + + + + + + + +
+Packages that use Server
uk.org.ury.library  
uk.org.ury.server  
+  +

+ + + + + +
+Uses of Server in uk.org.ury.library
+  +

+ + + + + + + + + +
Methods in uk.org.ury.library with parameters of type Server
+ java.util.Map<java.lang.String,java.lang.Object>LibraryRequestHandler.handleGetRequest(java.util.Map<java.lang.String,java.lang.String> parameters, + Server server) + +
+          Handle a server GET request (that is, a request for data + output).
+  +

+ + + + + +
+Uses of Server in uk.org.ury.server
+  +

+ + + + + + + + + + + + + +
Methods in uk.org.ury.server with parameters of type Server
+ java.util.Map<java.lang.String,java.lang.Object>ServerRequestHandler.handleGetRequest(java.util.Map<java.lang.String,java.lang.String> parameters, + Server server) + +
+          Handle a server GET request (that is, a request for data + output).
+ java.util.Map<java.lang.String,java.lang.Object>RequestHandler.handleGetRequest(java.util.Map<java.lang.String,java.lang.String> parameters, + Server server) + +
+          Handle a server GET request (that is, a request for data + output).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3