From jboss-remoting-commits at lists.jboss.org Wed Apr 27 22:58:52 2011 Content-Type: multipart/mixed; boundary="===============5163680050633815207==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r6345 - remoting2/branches/2.x/docs/guide/en. Date: Wed, 27 Apr 2011 22:58:51 -0400 Message-ID: <201104280258.p3S2wprx025442@svn01.web.mwc.hst.phx2.redhat.com> --===============5163680050633815207== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ =
org.jboss.remoting.transport.http.HTTPClientInvoker - = + = + DISCONNECT_AFTER_USE (act= ual value + is "disconnectAfterUse") - key indicating if the + java.net.HttpURLConnection should be discon= nected after the invocation. + The default value is "false". + = + IGNORE_ERROR_RESPONSE_MESSAGE (actual value + is "ignoreErrorResponseMessage") - key indicating if + org.jboss.remoting.transport.http.HTTPClientInvoker + should try to get a response message and response code in the even= t of an exception. + The default value is "false". + = NUMBER_OF_CALL_ATTEMPTS = (actual value is "numberOfCallAttempts"): This parameter is relevant only = on the client side, where it determines the maximum number of attempts th= at --===============5163680050633815207==--