[jboss-remoting-commits] JBoss Remoting SVN: r4971 - remoting2/branches/2.x/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Apr 11 22:16:28 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-11 22:16:28 -0400 (Sat, 11 Apr 2009)
New Revision: 4971

Modified:
   remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1099: Added "bufferSize" attribute for MulticastDetector; JBREM-1046: Added "unmarshalNullStream" for HTTPClientInvoker.

Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-04-12 02:09:48 UTC (rev 4970)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-04-12 02:16:28 UTC (rev 4971)
@@ -900,6 +900,9 @@
     <para><emphasis role="bold">Address</emphasis> - The IP of the multicast
     group that the detector will join. The default will be that of the
     DefaultIP if not explicitly set.</para>
+    
+    <para><emphasis role="bold">BufferSize</emphasis> - The size of the buffer used
+    by the MulticastSocket. The default is 10000.</para>
 
     <para>If any of these are set programmatically, need to be done before the
     detector is started (otherwise will use default values).</para>
@@ -6266,12 +6269,18 @@
 
     <section>
     <title>org.jboss.remoting.transport.http.HTTPClientInvoker</title>
-
+    
         <para> <emphasis role="bold">NUMBER_OF_CALL_ATTEMPTS</emphasis> (actual
         value is "numberOfCallAttempts"): This parameter is relevant only on the
         client side, where it determines the maximum number of attempts that
         will be made to complete an invocation. The default value is 1.</para>
           
+        <para><emphasis role="bold">UNMARSHAL_NULL_STREAM</emphasis> (actual value
+        is "unmarshalNullStream") - key indicating if
+        <classname>org.jboss.remoting.transport.http.HTTPClientInvoker</classname>
+        should make the call to <methodname>UnMarshaller.read()</methodname> when
+        the <classname>InputStream</classname> is null. The default value is
+        "true".</para>
     </section>
     
     <section>




More information about the jboss-remoting-commits mailing list