aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-8.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-24 14:45:36 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-24 14:45:36 +0000
commitedf99237651912c729ae89464ca8cc1305c55957 (patch)
treeeb4facbffd59c0d7fc590af412c5a1523c50402d /doc/index-files/index-8.html
parentcb0a78131286b1a312351308d2cb6e59ed122fef (diff)
Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler.
Diffstat (limited to 'doc/index-files/index-8.html')
-rw-r--r--doc/index-files/index-8.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html
index 72c2efe..fe57aa3 100644
--- a/doc/index-files/index-8.html
+++ b/doc/index-files/index-8.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
H-Index
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
@@ -85,14 +85,16 @@ function windowTitle()
<DT><A HREF="../uk/org/ury/backend/server/AbstractRequestHandler.html#handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handle(HttpRequest, HttpResponse, HttpContext)</B></A> -
Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/AbstractRequestHandler.html" title="class in uk.org.ury.backend.server">AbstractRequestHandler</A>
<DD>Begins handling of a HTTP request.
-<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to
- handle a request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> -
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to handle a
+ request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> -
Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
-<DD>Construct a new HandleFailureException with a
- default reason.
+<DD>Constructs a new HandleFailureException with a default reason.
<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> -
Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
-<DD>Construct a new HandleFailureException.
+<DD>Constructs a new HandleFailureException.
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.Throwable)"><B>HandleFailureException(Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
+<DD>Constructs a new HandleFailureException with a chained exception.
<DT><A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html#handleGet(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handleGet(HttpRequest, HttpResponse, HttpContext)</B></A> -
Method in class uk.org.ury.backend.handlers.<A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html" title="class in uk.org.ury.backend.handlers">LibraryRequestHandler</A>
<DD>Handle a HTTP GET request.