From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/index-files/index-13.html | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'doc/index-files/index-13.html') diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index a6f269e..0d582d8 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,12 +2,12 @@ - + -Q-Index +P-Index - + @@ -15,7 +15,7 @@ Q-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Q-Index"; + parent.document.title="P-Index"; } } @@ -78,18 +78,24 @@ function windowTitle() -A B C D E F G H I L M N Q R S T U V
-

-Q

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

+P

-
QueryFailureException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database backend fails to execute - a query.
QueryFailureException() - -Constructor for exception uk.org.ury.database.exceptions.QueryFailureException -
Construct a new QueryFailureException with a - default reason. -
QueryFailureException(String) - -Constructor for exception uk.org.ury.database.exceptions.QueryFailureException -
Construct a new QueryFailureException. +
parseQueryString(String) - +Method in class uk.org.ury.server.Server +
Parse a query string, populating a key-value map of the + URL-unescaped results. +
processBuffer(List<String>, PrintWriter) - +Method in class uk.org.ury.server.Server +
  +
processInput(String) - +Method in class uk.org.ury.server.ServerProtocol +
  +
ProtocolUtils - Class in uk.org.ury.protocol
Utilities for converting between strings encoded in the response protocol and + collections of items, as well as validating and unpicking protocol messages.
ProtocolUtils() - +Constructor for class uk.org.ury.protocol.ProtocolUtils +
 

@@ -144,7 +150,7 @@ Constructor for exception uk.org.ury.database.exceptions. -A B C D E F G H I L M N Q R S T U V
+A B C D E F G H I L M N P Q R S T U V
-- cgit v1.2.3