aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-8.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/index-files/index-8.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/index-files/index-8.html')
-rw-r--r--doc/index-files/index-8.html76
1 files changed, 38 insertions, 38 deletions
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html
index 2af44bd..5a08bae 100644
--- a/doc/index-files/index-8.html
+++ b/doc/index-files/index-8.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 -->
<TITLE>
H-Index
</TITLE>
@@ -82,58 +82,58 @@ 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>
+<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/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>
+<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.
-<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>
+<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.
-<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>
+<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.
-<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>
+<DT><A HREF="../uk/org/ury/backend/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.backend.server.<A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.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>
+<DT><A HREF="../uk/org/ury/backend/server/ApiRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.backend.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+Method in interface uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/ApiRequestHandler.html" title="interface in uk.org.ury.backend.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> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.backend.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html" title="class in uk.org.ury.backend.server">ServerRequestHandler</A>
<DD>Handle a server GET request (that is, a request for data
output).
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested
- by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when the server request handler requested
+ by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerNotFoundException</A>
<DD>Construct a new HandlerNotFoundException with a
default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerNotFoundException</A>
<DD>Construct a new HandlerNotFoundException with a class name and
chained exception.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested
- by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when the server request handler requested
+ by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerSetupFailureException</A>
<DD>Construct a new HandlerNotFoundException with a
default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerSetupFailureException</A>
<DD>Construct a new HandlerSetupFailureException with a class name
and chained exception.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</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 the server cannot handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlingException</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 the server cannot handle a request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A>
<DD>Construct a HandlingException with a reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A>
<DD>Construct a HandlingException with a reason and a cause to
chain.
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#has(E)"><B>has(E)</B></A> -
-Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseItem.html#has(E)"><B>has(E)</B></A> -
+Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseItem.html" title="class in uk.org.ury.backend.database">DatabaseItem</A>
<DD>Check whether a property has been set in the item.
<DT><A HREF="../uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend"><B>HintField</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A non-editable text area displaying a hint about how to use a
frontend screen.<DT><A HREF="../uk/org/ury/frontend/HintField.html#HintField()"><B>HintField()</B></A> -
@@ -142,14 +142,14 @@ 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>
+<DT><A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.server"><B>HttpHandler</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/backend/server/HttpHandler.html#HttpHandler(uk.org.ury.backend.server.Server, java.lang.String)"><B>HttpHandler(Server, String)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.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>
+<DT><A HREF="../uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.server"><B>HttpListenerThread</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>Listener thread for the URY server HTTP interface.<DT><A HREF="../uk/org/ury/backend/server/HttpListenerThread.html#HttpListenerThread(int, uk.org.ury.backend.server.Server)"><B>HttpListenerThread(int, Server)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.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>
+<DT><A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server"><B>HttpWorkerThread</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>A worker thread in the server HTTP interface.<DT><A HREF="../uk/org/ury/backend/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.backend.server.<A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server">HttpWorkerThread</A>
<DD>Construct a new HttpWorkerThread.
</DL>
<HR>