Author: ron.sigal(a)jboss.com
Date: 2011-04-27 22:55:45 -0400 (Wed, 27 Apr 2011)
New Revision: 6344
Modified:
remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1281: Added two previously omitted HttpClientInvoker parameters, not actually
related to JBREM-1281.
Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml 2011-04-28 01:56:16 UTC (rev 6343)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml 2011-04-28 02:55:45 UTC (rev 6344)
@@ -6763,7 +6763,18 @@
<para></para>
<bridgehead>org.jboss.remoting.transport.http.HTTPClientInvoker</bridgehead>
-
+
+ <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">UNMARSHAL_NULL_STREAM</emphasis> (actual value
is 'unmarshalNullStream') - key indicating if
<classname>org.jboss.remoting.transport.http.HTTPClientInvoker</classname>
Show replies by date