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-2.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'doc/index-files/index-2.html') diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index a4248ea..9e90266 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,12 +2,12 @@ - + B-Index - + @@ -78,7 +78,7 @@ 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

B

@@ -88,6 +88,17 @@ Method in class uk.org.ury.show.viewer.back() - Method in class uk.org.ury.testrig.DemoControlPanel
Go back to the previous module. +
BadRequestException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server meets a malformed request, or + part of one.
BadRequestException() - +Constructor for exception uk.org.ury.server.exceptions.BadRequestException +
Construct a new BadRequestException with a default reason. +
BadRequestException(Throwable) - +Constructor for exception uk.org.ury.server.exceptions.BadRequestException +
Construct a new HandlerNotFoundException with a chained + exception. +
buffer - +Variable in class uk.org.ury.server.ServerProtocol +
 

@@ -142,7 +153,7 @@ Method in class uk.org.ury.testrig. -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