aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-8.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files/index-8.html')
-rw-r--r--doc/index-files/index-8.html31
1 files changed, 21 insertions, 10 deletions
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html
index 86db5a8..2af44bd 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 Sun Mar 20 03:05:38 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
<TITLE>
H-Index
</TITLE>
-<META NAME="date" CONTENT="2011-03-20">
+<META NAME="date" CONTENT="2011-03-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
@@ -82,6 +82,9 @@ function windowTitle()
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
+<DT><A HREF="../uk/org/ury/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.server.<A HREF="../uk/org/ury/server/AbstractRequestHandler.html" title="class in uk.org.ury.server">AbstractRequestHandler</A>
+<DD>Begins handling of a HTTP request.
<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to
handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> -
Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>
@@ -90,15 +93,14 @@ Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/se
<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> -
Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>
<DD>Construct a new HandleFailureException.
-<DT><A HREF="../uk/org/ury/server/Server.html#handleGet(java.util.List)"><B>handleGet(List&lt;String&gt;)</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
-<DD>Handle a HTTP GET request.
-<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+<DT><A HREF="../uk/org/ury/library/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.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A>
-<DD>Handle a server GET request (that is, a request for data
- output).
-<DT><A HREF="../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
-Method in interface uk.org.ury.server.<A HREF="../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>
+<DD>Handle a HTTP GET request.
+<DT><A HREF="../uk/org/ury/server/HttpHandler.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.server.<A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server">HttpHandler</A>
+<DD>Handle a HTTP GET request.
+<DT><A HREF="../uk/org/ury/server/ApiRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+Method in interface uk.org.ury.server.<A HREF="../uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server">ApiRequestHandler</A>
<DD>Handle a server GET request (that is, a request for data
output).
<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
@@ -140,6 +142,15 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintFi
<DT><A HREF="../uk/org/ury/frontend/HintField.html#HintField(java.lang.String)"><B>HintField(String)</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend">HintField</A>
<DD>Construct a new HintField.
+<DT><A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server"><B>HttpHandler</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/server/HttpHandler.html#HttpHandler(uk.org.ury.server.Server, java.lang.String)"><B>HttpHandler(Server, String)</B></A> -
+Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server">HttpHandler</A>
+<DD>Construct a new HttpHandler.
+<DT><A HREF="../uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server"><B>HttpListenerThread</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>Listener thread for the URY server HTTP interface.<DT><A HREF="../uk/org/ury/server/HttpListenerThread.html#HttpListenerThread(int, uk.org.ury.server.Server)"><B>HttpListenerThread(int, Server)</B></A> -
+Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server">HttpListenerThread</A>
+<DD>&nbsp;
+<DT><A HREF="../uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server"><B>HttpWorkerThread</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>A worker thread in the server HTTP interface.<DT><A HREF="../uk/org/ury/server/HttpWorkerThread.html#HttpWorkerThread(org.apache.http.protocol.HttpService, org.apache.http.HttpServerConnection)"><B>HttpWorkerThread(HttpService, HttpServerConnection)</B></A> -
+Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server">HttpWorkerThread</A>
+<DD>Construct a new HttpWorkerThread.
</DL>
<HR>