From 2d073129857a42ab4195cd433c8be152e357033f Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 20:40:57 +0000 Subject: Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery. --- doc/index-files/index-8.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 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 86db5a8..2af44bd 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ - + H-Index - + @@ -82,6 +82,9 @@ function windowTitle()

H

+
handle(HttpRequest, HttpResponse, HttpContext) - +Method in class uk.org.ury.server.AbstractRequestHandler +
Begins handling of a HTTP request.
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 @@ -90,15 +93,14 @@ Constructor for exception uk.org.ury.server.exceptions.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) - +
handleGet(HttpRequest, HttpResponse, HttpContext) - 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 HTTP GET request. +
handleGet(HttpRequest, HttpResponse, HttpContext) - +Method in class uk.org.ury.server.HttpHandler +
Handle a HTTP GET request. +
handleGetRequest(Map<String, String>, Server) - +Method in interface uk.org.ury.server.ApiRequestHandler
Handle a server GET request (that is, a request for data output).
handleGetRequest(Map<String, String>, Server) - @@ -140,6 +142,15 @@ Constructor for class uk.org.ury.frontend.HintField(String) - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField. +
HttpHandler - Class in uk.org.ury.server
 
HttpHandler(Server, String) - +Constructor for class uk.org.ury.server.HttpHandler +
Construct a new HttpHandler. +
HttpListenerThread - Class in uk.org.ury.server
Listener thread for the URY server HTTP interface.
HttpListenerThread(int, Server) - +Constructor for class uk.org.ury.server.HttpListenerThread +
  +
HttpWorkerThread - Class in uk.org.ury.server
A worker thread in the server HTTP interface.
HttpWorkerThread(HttpService, HttpServerConnection) - +Constructor for class uk.org.ury.server.HttpWorkerThread +
Construct a new HttpWorkerThread.

-- cgit v1.2.3