Author: kfujino Date: Tue Mar 20 06:21:49 2018 New Revision: 1827271 URL: http://svn.apache.org/viewvc?rev=1827271&view=rev Log: Add document for FragmentationInterceptor.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1827271&r1=1827270&r2=1827271&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Mar 20 06:21:49 2018 @@ -125,6 +125,9 @@ a plain text response. Based on a suggestion from Muthukumar Marikani. (markt) </add> + <add> + Add document for <code>FragmentationInterceptor</code>. (kfujino) + </add> </changelog> </subsection> <subsection name="jdbc-pool"> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1827271&r1=1827270&r2=1827271&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Tue Mar 20 06:21:49 2018 @@ -109,6 +109,18 @@ </attribute> </attributes> </subsection> + <subsection name="org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor Attributes"> + <attributes> + <attribute name="expire" required="false"> + How long do we keep the fragments in memory and wait for the rest to arrive. + The default is 60000 ms. + </attribute> + <attribute name="maxSize" required="false"> + The maximum message size in bytes. If the message size exceeds this value, this interceptor fragments the message and sends them. + If it is less than this value, this interceptor does not fragment the message and sent in as one message. The default is 1024*100. + </attribute> + </attributes> + </subsection> <subsection name="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor Attributes"> <attributes> <attribute name="className" required="true"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org