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. --- .../exceptions/class-use/BadRequestException.html | 180 ++++++++++++++++ .../class-use/HandleFailureException.html | 231 +++++++++++++++++++++ .../class-use/HandlerNotFoundException.html | 180 ++++++++++++++++ .../class-use/HandlerSetupFailureException.html | 180 ++++++++++++++++ .../exceptions/class-use/HandlingException.html | 217 +++++++++++++++++++ .../exceptions/class-use/NotAHandlerException.html | 180 ++++++++++++++++ 6 files changed, 1168 insertions(+) create mode 100644 doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html create mode 100644 doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html create mode 100644 doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html create mode 100644 doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html create mode 100644 doc/uk/org/ury/server/exceptions/class-use/HandlingException.html create mode 100644 doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html (limited to 'doc/uk/org/ury/server/exceptions/class-use') diff --git a/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html b/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html new file mode 100644 index 0000000..5b6157e --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/BadRequestException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.BadRequestException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.BadRequestException

+
+ + + + + + + + + +
+Packages that use BadRequestException
uk.org.ury.server  
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.server that throw BadRequestException
+ org.apache.http.HttpResponseServer.handleGet(java.util.List<java.lang.String> buffer) + +
+          Handle a HTTP GET request.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html b/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html new file mode 100644 index 0000000..f55933d --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandleFailureException.html @@ -0,0 +1,231 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.HandleFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.HandleFailureException

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

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

+ + + + + + + + + +
Methods in uk.org.ury.library that throw HandleFailureException
+ 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 HandleFailureException in uk.org.ury.server
+  +

+ + + + + + + + + + + + + + + + + +
Methods in uk.org.ury.server that throw HandleFailureException
+ org.apache.http.HttpResponseServer.handleGet(java.util.List<java.lang.String> buffer) + +
+          Handle a HTTP GET request.
+ 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).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html new file mode 100644 index 0000000..1b11504 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.HandlerNotFoundException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.HandlerNotFoundException

+
+ + + + + + + + + +
+Packages that use HandlerNotFoundException
uk.org.ury.server  
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.server that throw HandlerNotFoundException
+ org.apache.http.HttpResponseServer.handleGet(java.util.List<java.lang.String> buffer) + +
+          Handle a HTTP GET request.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html new file mode 100644 index 0000000..0fe52ae --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.HandlerSetupFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.HandlerSetupFailureException

+
+ + + + + + + + + +
+Packages that use HandlerSetupFailureException
uk.org.ury.server  
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.server that throw HandlerSetupFailureException
+ org.apache.http.HttpResponseServer.handleGet(java.util.List<java.lang.String> buffer) + +
+          Handle a HTTP GET request.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html b/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html new file mode 100644 index 0000000..cbf12c8 --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/HandlingException.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.HandlingException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.HandlingException

+
+ + + + + + + + + +
+Packages that use HandlingException
uk.org.ury.server.exceptions  
+  +

+ + + + + +
+Uses of HandlingException in uk.org.ury.server.exceptions
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of HandlingException in uk.org.ury.server.exceptions
+ classBadRequestException + +
+          Exception thrown when the server meets a malformed request, or + part of one.
+ classHandleFailureException + +
+          Generic exception thrown when a server request handler fails to + handle a request.
+ classHandlerNotFoundException + +
+          Exception thrown when the server request handler requested + by the client is not * found in the class space.
+ classHandlerSetupFailureException + +
+          Exception thrown when the server request handler requested + by the client cannot be set up to process the request.
+ classNotAHandlerException + +
+          Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html b/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html new file mode 100644 index 0000000..76923dc --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/class-use/NotAHandlerException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class uk.org.ury.server.exceptions.NotAHandlerException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.server.exceptions.NotAHandlerException

+
+ + + + + + + + + +
+Packages that use NotAHandlerException
uk.org.ury.server  
+  +

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

+ + + + + + + + + +
Methods in uk.org.ury.server that throw NotAHandlerException
+ org.apache.http.HttpResponseServer.handleGet(java.util.List<java.lang.String> buffer) + +
+          Handle a HTTP GET request.
+  +

+


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