[MOBY-guts] biomoby commit

Gary Schlitz gss at pub.open-bio.org
Thu Nov 18 23:33:08 UTC 2004


gss
Thu Nov 18 18:33:07 EST 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http
In directory pub.open-bio.org:/tmp/cvs-serv16239/WebRoot/developer/java-api/org/smoby/http

Modified Files:
	package-use.html HTTPResponse.html HTTPRequest.html 
	package-frame.html HTTPException.html package-summary.html 
	package-tree.html 
Log Message:
Generated JavaDoc

moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http package-use.html,1.1,1.2 HTTPResponse.html,1.1,1.2 HTTPRequest.html,1.1,1.2 package-frame.html,1.1,1.2 HTTPException.html,1.1,1.2 package-summary.html,1.1,1.2 package-tree.html,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-use.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-use.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-use.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:48 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:50 MST 2004 -->
 <TITLE>
 Uses of Package org.smoby.http
 </TITLE>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPResponse.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPResponse.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPResponse.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:53 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:54 MST 2004 -->
 <TITLE>
 HTTPResponse
 </TITLE>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPRequest.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPRequest.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPRequest.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:53 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:54 MST 2004 -->
 <TITLE>
 HTTPRequest
 </TITLE>
@@ -120,8 +120,15 @@
 <TD><CODE><B><A HREF="../../../org/smoby/http/HTTPRequest.html#HTTP_GET">HTTP_GET</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant meaning to use HTTP GET as the method for communicating
- with the registration server.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant meaning to use HTTP GET as the method</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/smoby/http/HTTPRequest.html#HTTP_HEAD">HTTP_HEAD</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant meaning to use HTTP HEAD as the method</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -129,8 +136,7 @@
 <TD><CODE><B><A HREF="../../../org/smoby/http/HTTPRequest.html#HTTP_POST">HTTP_POST</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant meaning to use HTTP POST as the method for communicating
- with the registration server.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant meaning to use HTTP POST as the method</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -174,6 +180,14 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;<A HREF="../../../org/smoby/http/HTTPRequest.html" title="class in org.smoby.http">HTTPRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/smoby/http/HTTPRequest.html#newHeadRequest(java.lang.String)">newHeadRequest</A></B>(java.lang.String&nbsp;uri)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../org/smoby/http/HTTPRequest.html" title="class in org.smoby.http">HTTPRequest</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/smoby/http/HTTPRequest.html#newPostRequest(java.lang.String)">newPostRequest</A></B>(java.lang.String&nbsp;serverURL)</CODE>
 
 <BR>
@@ -215,8 +229,7 @@
 <PRE>
 public static final int <B>HTTP_GET</B></PRE>
 <DL>
-<DD>Constant meaning to use HTTP GET as the method for communicating
- with the registration server.
+<DD>Constant meaning to use HTTP GET as the method
 <P>
 <DL>
 <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.smoby.http.HTTPRequest.HTTP_GET">Constant Field Values</A></DL>
@@ -228,12 +241,23 @@
 <PRE>
 public static final int <B>HTTP_POST</B></PRE>
 <DL>
-<DD>Constant meaning to use HTTP POST as the method for communicating
- with the registration server.
+<DD>Constant meaning to use HTTP POST as the method
 <P>
 <DL>
 <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.smoby.http.HTTPRequest.HTTP_POST">Constant Field Values</A></DL>
 </DL>
+<HR>
+
+<A NAME="HTTP_HEAD"><!-- --></A><H3>
+HTTP_HEAD</H3>
+<PRE>
+public static final int <B>HTTP_HEAD</B></PRE>
+<DL>
+<DD>Constant meaning to use HTTP HEAD as the method
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.smoby.http.HTTPRequest.HTTP_HEAD">Constant Field Values</A></DL>
+</DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
@@ -270,6 +294,17 @@
 </DL>
 <HR>
 
+<A NAME="newHeadRequest(java.lang.String)"><!-- --></A><H3>
+newHeadRequest</H3>
+<PRE>
+public static <A HREF="../../../org/smoby/http/HTTPRequest.html" title="class in org.smoby.http">HTTPRequest</A> <B>newHeadRequest</B>(java.lang.String&nbsp;uri)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="addParameter(java.lang.String, java.lang.String)"><!-- --></A><H3>
 addParameter</H3>
 <PRE>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-frame.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-frame.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-frame.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:50 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:52 MST 2004 -->
 <TITLE>
 org.smoby.http
 </TITLE>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPException.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPException.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/HTTPException.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:53 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:54 MST 2004 -->
 <TITLE>
 HTTPException
 </TITLE>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-summary.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-summary.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-summary.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:50 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:52 MST 2004 -->
 <TITLE>
 org.smoby.http
 </TITLE>
@@ -50,7 +50,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../org/smoby/graph/impl/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/smoby/graph/tools/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
 &nbsp;<A HREF="../../../org/smoby/parser/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -142,7 +142,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../org/smoby/graph/impl/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/smoby/graph/tools/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
 &nbsp;<A HREF="../../../org/smoby/parser/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-tree.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-tree.html	2004/07/15 20:27:14	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/developer/java-api/org/smoby/http/package-tree.html	2004/11/18 23:33:07	1.2
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Mon Jul 12 13:57:50 MDT 2004 -->
+<!-- Generated by javadoc (build 1.4.2_05) on Thu Nov 18 15:24:52 MST 2004 -->
 <TITLE>
 org.smoby.http Class Hierarchy
 </TITLE>
@@ -49,7 +49,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../org/smoby/graph/impl/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/smoby/graph/tools/package-tree.html"><B>PREV</B></A>&nbsp;
 &nbsp;<A HREF="../../../org/smoby/parser/package-tree.html"><B>NEXT</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -122,7 +122,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../org/smoby/graph/impl/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/smoby/graph/tools/package-tree.html"><B>PREV</B></A>&nbsp;
 &nbsp;<A HREF="../../../org/smoby/parser/package-tree.html"><B>NEXT</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;




More information about the MOBY-guts mailing list