Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/DefaultIoSessionDataStructureFactory.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/DefaultIoSessionDataStructureFactory.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/DefaultIoSessionDataStructureFactory.html
 Mon Oct 31 10:43:06 2016
@@ -209,21 +209,21 @@
 <a class="jxr_linenumber" name="L201" href="#L201">201</a>         <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L202" href="#L202">202</a> <em 
class="jxr_javadoccomment">         * {@inheritDoc}</em>
 <a class="jxr_linenumber" name="L203" href="#L203">203</a> <em 
class="jxr_javadoccomment">         */</em>
-<a class="jxr_linenumber" name="L204" href="#L204">204</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">synchronized</strong> <strong 
class="jxr_keyword">boolean</strong> isEmpty(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session) {
+<a class="jxr_linenumber" name="L204" href="#L204">204</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">boolean</strong> isEmpty(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session) {
 <a class="jxr_linenumber" name="L205" href="#L205">205</a>             <strong 
class="jxr_keyword">return</strong> q.isEmpty();
 <a class="jxr_linenumber" name="L206" href="#L206">206</a>         }
 <a class="jxr_linenumber" name="L207" href="#L207">207</a> 
 <a class="jxr_linenumber" name="L208" href="#L208">208</a>         <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L209" href="#L209">209</a> <em 
class="jxr_javadoccomment">         * {@inheritDoc}</em>
 <a class="jxr_linenumber" name="L210" href="#L210">210</a> <em 
class="jxr_javadoccomment">         */</em>
-<a class="jxr_linenumber" name="L211" href="#L211">211</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">synchronized</strong> <strong 
class="jxr_keyword">void</strong> offer(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session, <a 
href="../../../../../org/apache/mina/core/write/WriteRequest.html">WriteRequest</a>
 writeRequest) {
+<a class="jxr_linenumber" name="L211" href="#L211">211</a>         <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
offer(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session, <a 
href="../../../../../org/apache/mina/core/write/WriteRequest.html">WriteRequest</a>
 writeRequest) {
 <a class="jxr_linenumber" name="L212" href="#L212">212</a>             
q.offer(writeRequest);
 <a class="jxr_linenumber" name="L213" href="#L213">213</a>         }
 <a class="jxr_linenumber" name="L214" href="#L214">214</a> 
 <a class="jxr_linenumber" name="L215" href="#L215">215</a>         <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L216" href="#L216">216</a> <em 
class="jxr_javadoccomment">         * {@inheritDoc}</em>
 <a class="jxr_linenumber" name="L217" href="#L217">217</a> <em 
class="jxr_javadoccomment">         */</em>
-<a class="jxr_linenumber" name="L218" href="#L218">218</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">synchronized</strong> <a 
href="../../../../../org/apache/mina/core/write/WriteRequest.html">WriteRequest</a>
 poll(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session) {
+<a class="jxr_linenumber" name="L218" href="#L218">218</a>         <strong 
class="jxr_keyword">public</strong> <a 
href="../../../../../org/apache/mina/core/write/WriteRequest.html">WriteRequest</a>
 poll(<a 
href="../../../../../org/apache/mina/core/session/IoSession.html">IoSession</a> 
session) {
 <a class="jxr_linenumber" name="L219" href="#L219">219</a>             <a 
href="../../../../../org/apache/mina/core/write/WriteRequest.html">WriteRequest</a>
 answer = q.poll();
 <a class="jxr_linenumber" name="L220" href="#L220">220</a> 
 <a class="jxr_linenumber" name="L221" href="#L221">221</a>             <strong 
class="jxr_keyword">if</strong> (answer == AbstractIoSession.CLOSE_REQUEST) {

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.core.session</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.core.session</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/session/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.core.session</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.core.session</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.core.write</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.core.write</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/core/write/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.core.write</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.core.write</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.chat.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.chat.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/client/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.chat.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.chat.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.chat</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.chat</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/chat/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.chat</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.chat</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.echoserver</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.echoserver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.echoserver</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.echoserver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.echoserver.ssl</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.echoserver.ssl</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/echoserver/ssl/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.echoserver.ssl</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.echoserver.ssl</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.gettingstarted.timeserver</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.gettingstarted.timeserver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/gettingstarted/timeserver/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.gettingstarted.timeserver</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.gettingstarted.timeserver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.haiku</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.haiku</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/haiku/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.haiku</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.haiku</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/client/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/codec/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step1/server/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step1.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step1.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step2.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step2.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step2/server/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step2.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step2.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step3.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step3.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/imagine/step3/server/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.imagine.step3.server</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.imagine.step3.server</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.netcat</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.netcat</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/netcat/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.netcat</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.netcat</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.proxy</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.proxy</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/proxy/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.proxy</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.proxy</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.reverser</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.reverser</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/reverser/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.reverser</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.reverser</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/codec/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup.message</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup.message</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/message/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup.message</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup.message</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/sumup/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.sumup</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.sumup</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tapedeck</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tapedeck</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tapedeck/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tapedeck</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tapedeck</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tcp.perf</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tcp.perf</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tcp/perf/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tcp.perf</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tcp.perf</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tennis</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tennis</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/tennis/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.tennis</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.tennis</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/client/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp.client</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp.client</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp.perf</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp.perf</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/example/udp/perf/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.example.udp.perf</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.example.udp.perf</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.buffer</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.buffer</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/buffer/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.buffer</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.buffer</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.demux</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.demux</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/demux/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.demux</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.demux</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.prefixedstring</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.prefixedstring</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/prefixedstring/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.prefixedstring</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.prefixedstring</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.serialization</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.serialization</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/serialization/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.serialization</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.serialization</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.statemachine</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.statemachine</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/statemachine/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.statemachine</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.statemachine</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.textline</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.textline</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/codec/textline/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.codec.textline</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.codec.textline</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.compression</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.compression</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/compression/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.compression</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.compression</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.errorgenerating</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.errorgenerating</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/errorgenerating/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.errorgenerating</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.errorgenerating</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.executor</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.executor</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/executor/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.executor</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.executor</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.firewall</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.firewall</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/firewall/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.firewall</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.firewall</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.keepalive</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.keepalive</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/keepalive/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.keepalive</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.keepalive</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.logging</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.logging</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/logging/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.logging</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.logging</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.ssl</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.ssl</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/ssl/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.ssl</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.ssl</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.statistic</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.statistic</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/statistic/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.statistic</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.statistic</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.stream</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.stream</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/stream/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.stream</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.stream</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.util</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.util</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/filter/util/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.filter.util</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.filter.util</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.chain</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.chain</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/chain/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.chain</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.chain</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.demux</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.demux</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/demux/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.demux</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.demux</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.multiton</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.multiton</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/multiton/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.multiton</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.multiton</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-summary.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-summary.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/package-summary.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/stream/package-frame.html
==============================================================================
--- 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/stream/package-frame.html
 (original)
+++ 
websites/production/mina/content/mina-project/xref/org/apache/mina/handler/stream/package-frame.html
 Mon Oct 31 10:43:06 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache MINA 2.0.15 Reference Package 
org.apache.mina.handler.stream</title>
+               <title>Apache MINA 2.0.16 Reference Package 
org.apache.mina.handler.stream</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>



Reply via email to