A B C D E F G H I L M N P Q R S T U V

H

handle(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.server.AbstractRequestHandler
Begins handling of a HTTP request.
HandleFailureException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when a server request handler fails to handle a request.
HandleFailureException() - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException
Constructs a new HandleFailureException with a default reason.
HandleFailureException(String) - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException
Constructs a new HandleFailureException.
HandleFailureException(Throwable) - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException
Constructs a new HandleFailureException with a chained exception.
handleGet(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.handlers.LibraryRequestHandler
Handle a HTTP GET request.
handleGet(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.server.HttpHandler
Handle a HTTP GET request.
handleGetRequest(Map<String, String>, Server) - Method in interface uk.org.ury.backend.server.ApiRequestHandler
Handle a server GET request (that is, a request for data output).
handleGetRequest(Map<String, String>, Server) - Method in class uk.org.ury.backend.server.ServerRequestHandler
Handle a server GET request (that is, a request for data output).
HandlerNotFoundException - Exception in uk.org.ury.backend.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.backend.server.exceptions.HandlerNotFoundException
Construct a new HandlerNotFoundException with a default reason.
HandlerNotFoundException(String, Throwable) - Constructor for exception uk.org.ury.backend.server.exceptions.HandlerNotFoundException
Construct a new HandlerNotFoundException with a class name and chained exception.
HandlerSetupFailureException - Exception in uk.org.ury.backend.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.backend.server.exceptions.HandlerSetupFailureException
Construct a new HandlerNotFoundException with a default reason.
HandlerSetupFailureException(String, Throwable) - Constructor for exception uk.org.ury.backend.server.exceptions.HandlerSetupFailureException
Construct a new HandlerSetupFailureException with a class name and chained exception.
HandlingException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when the server cannot handle a request.
HandlingException(String) - Constructor for exception uk.org.ury.backend.server.exceptions.HandlingException
Construct a HandlingException with a reason.
HandlingException(String, Throwable) - Constructor for exception uk.org.ury.backend.server.exceptions.HandlingException
Construct a HandlingException with a reason and a cause to chain.
has(E) - Method in class uk.org.ury.backend.database.DatabaseItem
Check whether a property has been set in the item.
HintField - Class in uk.org.ury.frontend
A non-editable text area displaying a hint about how to use a frontend screen.
HintField() - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField with no initial hint.
HintField(String) - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField.
HttpHandler - Class in uk.org.ury.backend.server
 
HttpHandler(Server, String) - Constructor for class uk.org.ury.backend.server.HttpHandler
Construct a new HttpHandler.
HttpListenerThread - Class in uk.org.ury.backend.server
Listener thread for the URY server HTTP interface.
HttpListenerThread(int, Server) - Constructor for class uk.org.ury.backend.server.HttpListenerThread
 
HttpWorkerThread - Class in uk.org.ury.backend.server
A worker thread in the server HTTP interface.
HttpWorkerThread(HttpService, HttpServerConnection) - Constructor for class uk.org.ury.backend.server.HttpWorkerThread
Construct a new HttpWorkerThread.

A B C D E F G H I L M N P Q R S T U V