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/protocol/class-use/Directive.html | 189 +++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 doc/uk/org/ury/protocol/class-use/Directive.html (limited to 'doc/uk/org/ury/protocol/class-use/Directive.html') diff --git a/doc/uk/org/ury/protocol/class-use/Directive.html b/doc/uk/org/ury/protocol/class-use/Directive.html new file mode 100644 index 0000000..556645c --- /dev/null +++ b/doc/uk/org/ury/protocol/class-use/Directive.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Class uk.org.ury.protocol.Directive + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.protocol.Directive

+
+ + + + + + + + + +
+Packages that use Directive
uk.org.ury.protocol  
+  +

+ + + + + +
+Uses of Directive in uk.org.ury.protocol
+  +

+ + + + + + + + + + + + + +
Methods in uk.org.ury.protocol that return Directive
+static DirectiveDirective.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Directive[]Directive.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3