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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Apr 27 22:58:51 EDT 2011


Author: ron.sigal at jboss.com
Date: 2011-04-27 22:58:51 -0400 (Wed, 27 Apr 2011)
New Revision: 6345

Modified:
   remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1281: Added two previously omitted HttpClientInvoker parameters, not actually related to JBREM-1281.

Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml	2011-04-28 02:55:45 UTC (rev 6344)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml	2011-04-28 02:58:51 UTC (rev 6345)
@@ -6608,7 +6608,18 @@
     
     <section>
     <title>org.jboss.remoting.transport.http.HTTPClientInvoker</title>
-    
+            
+        <para><emphasis role="bold">DISCONNECT_AFTER_USE</emphasis> (actual value
+        is "disconnectAfterUse") - key indicating if the
+        <classname>java.net.HttpURLConnection</classname> should be disconnected after the invocation.
+        The default value is "false".</para>
+            
+        <para><emphasis role="bold">IGNORE_ERROR_RESPONSE_MESSAGE</emphasis> (actual value
+        is "ignoreErrorResponseMessage") - key indicating if
+        <classname>org.jboss.remoting.transport.http.HTTPClientInvoker</classname>
+        should try to get a response message and response code in the event of an exception.
+        The default value is "false".</para>
+        
         <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



More information about the jboss-remoting-commits mailing list