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/index-files/index-8.html | 56 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) (limited to 'doc/index-files/index-8.html') diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 285f452..86db5a8 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ - + H-Index - + @@ -78,10 +78,58 @@ function windowTitle() -A B C D E F G H I L M N Q R S T U V
+A B C D E F G H I L M N P Q R S T U V

H

+
HandleFailureException - Exception in uk.org.ury.server.exceptions
Generic exception thrown when a server request handler fails to + handle a request.
HandleFailureException() - +Constructor for exception uk.org.ury.server.exceptions.HandleFailureException +
Construct a new HandleFailureException with a + default reason. +
HandleFailureException(String) - +Constructor for exception uk.org.ury.server.exceptions.HandleFailureException +
Construct a new HandleFailureException. +
handleGet(List<String>) - +Method in class uk.org.ury.server.Server +
Handle a HTTP GET request. +
handleGetRequest(Map<String, String>, Server) - +Method in class uk.org.ury.library.LibraryRequestHandler +
Handle a server GET request (that is, a request for data + output). +
handleGetRequest(Map<String, String>, Server) - +Method in interface uk.org.ury.server.RequestHandler +
Handle a server GET request (that is, a request for data + output). +
handleGetRequest(Map<String, String>, Server) - +Method in class uk.org.ury.server.ServerRequestHandler +
Handle a server GET request (that is, a request for data + output). +
HandlerNotFoundException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server request handler requested + by the client is not * found in the class space.
HandlerNotFoundException() - +Constructor for exception uk.org.ury.server.exceptions.HandlerNotFoundException +
Construct a new HandlerNotFoundException with a + default reason. +
HandlerNotFoundException(String, Throwable) - +Constructor for exception uk.org.ury.server.exceptions.HandlerNotFoundException +
Construct a new HandlerNotFoundException with a class name and + chained exception. +
HandlerSetupFailureException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server request handler requested + by the client cannot be set up to process the request.
HandlerSetupFailureException() - +Constructor for exception uk.org.ury.server.exceptions.HandlerSetupFailureException +
Construct a new HandlerNotFoundException with a + default reason. +
HandlerSetupFailureException(String, Throwable) - +Constructor for exception uk.org.ury.server.exceptions.HandlerSetupFailureException +
Construct a new HandlerSetupFailureException with a class name + and chained exception. +
HandlingException - Exception in uk.org.ury.server.exceptions
Generic exception thrown when the server cannot handle a request.
HandlingException(String) - +Constructor for exception uk.org.ury.server.exceptions.HandlingException +
Construct a HandlingException with a reason. +
HandlingException(String, Throwable) - +Constructor for exception uk.org.ury.server.exceptions.HandlingException +
Construct a HandlingException with a reason and a cause to + chain.
has(E) - Method in class uk.org.ury.database.DatabaseItem
Check whether a property has been set in the item. @@ -146,7 +194,7 @@ Constructor for class uk.org.ury.frontend. -A B C D E F G H I L M N Q R S T U V
+A B C D E F G H I L M N P Q R S T U V
-- cgit v1.2.3