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/allclasses-frame.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/allclasses-frame.html')
-rw-r--r-- | doc/allclasses-frame.html | 58 |
1 files changed, 50 insertions, 8 deletions
diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index 5b817fb..73bb778 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:56 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> All Classes </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"> @@ -23,10 +23,18 @@ All Classes <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend" target="classFrame">AbstractFrontendModule</A> <BR> +<A HREF="uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig" target="classFrame">ApplicationLauncher</A> +<BR> <A HREF="uk/org/ury/config/Auth.html" title="class in uk.org.ury.config" target="classFrame">Auth</A> <BR> +<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">BadRequestException</A> +<BR> <A HREF="uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">ChannelPanel</A> <BR> +<A HREF="uk/org/ury/client/Client.html" title="class in uk.org.ury.client" target="classFrame">Client</A> +<BR> +<A HREF="uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test" target="classFrame">ClientTest</A> +<BR> <A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config" target="classFrame">ConfigReader</A> <BR> <A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">ConnectionFailureException</A> @@ -37,15 +45,19 @@ All Classes <BR> <A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database" target="classFrame">DatabaseItem</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">DecodeFailureException</A> +<BR> <A HREF="uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig" target="classFrame">DemoControlPanel</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig" target="classFrame">DemoMenu</A> <BR> <A HREF="uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig" target="classFrame">DemoMenuPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol" target="classFrame">Directive</A> +<BR> <A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions" target="classFrame">EmptySearchException</A> <BR> -<A HREF="uk/org/ury/frontend/FrontendAppletPanel.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendAppletPanel</A> +<A HREF="uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendApplet</A> <BR> <A HREF="uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendBanner</A> <BR> @@ -65,15 +77,29 @@ All Classes <BR> <A HREF="uk/org/ury/frontend/FrontendSubBanner.html" title="class in uk.org.ury.frontend" target="classFrame">FrontendSubBanner</A> <BR> +<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandleFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerNotFoundException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlerSetupFailureException</A> +<BR> +<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">HandlingException</A> +<BR> <A HREF="uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend" target="classFrame">HintField</A> <BR> +<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions" target="classFrame">InvalidMessageException</A> +<BR> +<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig" target="classFrame"><I>Launcher</I></A> +<BR> <A HREF="uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">LibraryControlPanel</A> <BR> -<A HREF="uk/org/ury/library/LibraryItem.html" title="class in uk.org.ury.library" target="classFrame">LibraryItem</A> +<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item" target="classFrame">LibraryItem</A> +<BR> +<A HREF="uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item" target="classFrame">LibraryItemProperty</A> <BR> -<A HREF="uk/org/ury/library/LibraryItemProperty.html" title="enum in uk.org.ury.library" target="classFrame">LibraryItemProperty</A> +<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library" target="classFrame">LibraryRequestHandler</A> <BR> -<A HREF="uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library" target="classFrame">LibraryTableModel</A> +<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryTableModel</A> <BR> <A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library" target="classFrame">LibraryUtils</A> <BR> @@ -81,17 +107,31 @@ All Classes <BR> <A HREF="uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer" target="classFrame">LibraryViewerPanel</A> <BR> +<A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">LoadFailureException</A> +<BR> <A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">MissingCredentialsException</A> <BR> <A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">MissingPropertyException</A> <BR> +<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions" target="classFrame">NotAHandlerException</A> +<BR> +<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol" target="classFrame">ProtocolUtils</A> +<BR> <A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions" target="classFrame">QueryFailureException</A> <BR> +<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server" target="classFrame"><I>RequestHandler</I></A> +<BR> +<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server" target="classFrame">Server</A> +<BR> +<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server" target="classFrame">ServerProtocol</A> +<BR> +<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server" target="classFrame">ServerRequestHandler</A> +<BR> <A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show" target="classFrame">ShowChannel</A> <BR> -<A HREF="uk/org/ury/show/ShowItem.html" title="class in uk.org.ury.show" target="classFrame">ShowItem</A> +<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item" target="classFrame">ShowItem</A> <BR> -<A HREF="uk/org/ury/show/ShowItemProperty.html" title="enum in uk.org.ury.show" target="classFrame">ShowItemProperty</A> +<A HREF="uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item" target="classFrame">ShowItemProperty</A> <BR> <A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show" target="classFrame">ShowUtils</A> <BR> @@ -99,6 +139,8 @@ All Classes <BR> <A HREF="uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer" target="classFrame">ShowViewerPanel</A> <BR> +<A HREF="uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol" target="classFrame">Status</A> +<BR> <A HREF="uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer" target="classFrame">TrackBin</A> <BR> <A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions" target="classFrame">UICreationFailureException</A> |