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/uk/org/ury/server/ServerProtocol.html | 314 ++++++++++++++++++++++++++++++ 1 file changed, 314 insertions(+) create mode 100644 doc/uk/org/ury/server/ServerProtocol.html (limited to 'doc/uk/org/ury/server/ServerProtocol.html') diff --git a/doc/uk/org/ury/server/ServerProtocol.html b/doc/uk/org/ury/server/ServerProtocol.html new file mode 100644 index 0000000..1014c96 --- /dev/null +++ b/doc/uk/org/ury/server/ServerProtocol.html @@ -0,0 +1,314 @@ + + + + + + +ServerProtocol + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.server +
+Class ServerProtocol

+
+java.lang.Object
+  extended by uk.org.ury.server.ServerProtocol
+
+
+
+
public class ServerProtocol
extends java.lang.Object
+ + +

+The BAPS server protocol (a minimal implementation of HTTP 1.1) handler. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.util.List<java.lang.String>buffer + +
+           
+static java.lang.StringGET_HEADER + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ServerProtocol() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringprocessInput(java.lang.String string) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+GET_HEADER

+
+public static final java.lang.String GET_HEADER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+buffer

+
+public java.util.List<java.lang.String> buffer
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ServerProtocol

+
+public ServerProtocol()
+
+
+ + + + + + + + +
+Method Detail
+ +

+processInput

+
+public java.lang.String processInput(java.lang.String string)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3