diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 21:54:31 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 21:54:31 +0000 |
commit | df7d7981b56a4560c95ea7e9b194080e93398ecf (patch) | |
tree | b3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/index-files/index-9.html | |
parent | 2d073129857a42ab4195cd433c8be152e357033f (diff) |
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/index-files/index-9.html')
-rw-r--r-- | doc/index-files/index-9.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index 78d445b..214f655 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 --> <TITLE> I-Index </TITLE> @@ -82,15 +82,15 @@ function windowTitle() <A NAME="_I_"><!-- --></A><H2> <B>I</B></H2> <DL> -<DT><A HREF="../uk/org/ury/server/Server.html#INDEX_HTML"><B>INDEX_HTML</B></A> - -Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DT><A HREF="../uk/org/ury/backend/server/Server.html#INDEX_HTML"><B>INDEX_HTML</B></A> - +Static variable in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A> <DD> <DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#init()"><B>init()</B></A> - Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A> <DD>Main method. -<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Generic exception thrown when a protocol function cannot process a - message due to an issue with the message.<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)"><B>InvalidMessageException(String)</B></A> - -Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A> +<DT><A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A> - Exception in <A HREF="../uk/org/ury/common/protocol/exceptions/package-summary.html">uk.org.ury.common.protocol.exceptions</A><DD>Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.<DT><A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)"><B>InvalidMessageException(String)</B></A> - +Constructor for exception uk.org.ury.common.protocol.exceptions.<A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A> <DD>Construct a new InvalidMessageException with a reason. </DL> <HR> |