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-12.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/index-files/index-12.html') diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index d0810f7..98ffbc9 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,12 +2,12 @@ - + N-Index - + @@ -78,10 +78,15 @@ function windowTitle() -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

N

+
NotAHandlerException - Exception in uk.org.ury.server.exceptions
Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).
NotAHandlerException(String) - +Constructor for exception uk.org.ury.server.exceptions.NotAHandlerException +
Construct a NotAHandlerException with the name of the class that + is not a handler.
NUM_CHANNELS - Static variable in class uk.org.ury.show.ShowUtils
The number of channels reserved for show items. @@ -139,7 +144,7 @@ Static variable in class uk.org.ury.show. -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