diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
commit | cee53b021632c95f1b4882664a31ca639a9b0700 (patch) | |
tree | 436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/index-files/index-4.html | |
parent | 0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff) |
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
Diffstat (limited to 'doc/index-files/index-4.html')
-rw-r--r-- | doc/index-files/index-4.html | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index 392ef08..0b2e075 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> D-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,7 +78,7 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_D_"><!-- --></A><H2> <B>D</B></H2> <DL> @@ -95,6 +95,15 @@ Constructor for class uk.org.ury.database.<A HREF="../uk/org/ury/database/Databa a SQL database.<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#DatabaseItem(java.util.Map)"><B>DatabaseItem(Map<E, T>)</B></A> - Constructor for class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <DD>Construct a new item from an existing list of properties. +<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#decode(java.lang.String)"><B>decode(String)</B></A> - +Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A> +<DD>Decode a protocol string into a key-value map. +<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Exception thrown when the protocol decoder fails.<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)"><B>DecodeFailureException(String)</B></A> - +Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A> +<DD>Construct a new DecodeFailureException with a reason. +<DT><A HREF="../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME"><B>DEFAULT_MODULE_NAME</B></A> - +Static variable in interface uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A> +<DD> <DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>DemoControlPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html#DemoControlPanel()"><B>DemoControlPanel()</B></A> - Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A> <DD>Constructs a new DemoControlPanel. @@ -104,6 +113,9 @@ Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu <DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>DemoMenuPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD> <DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#DemoMenuPanel(uk.org.ury.frontend.FrontendMaster)"><B>DemoMenuPanel(FrontendMaster)</B></A> - Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A> <DD>Construct a new DemoMenuPanel. +<DT><A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>Directive</B></A> - Enum in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Directives supported by the protocol.<DT><A HREF="../uk/org/ury/server/Server.html#doConnection(java.net.Socket)"><B>doConnection(Socket)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD> <DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)"><B>doSearch(String)</B></A> - Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A> <DD>Do a library search. @@ -161,7 +173,7 @@ Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/ <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> |