You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/06/08 15:58:58 UTC

svn commit: r1878619 [33/48] - in /httpcomponents/site/httpcomponents-core-5.0.x: ./ httpcore5-h2/ httpcore5-h2/apidocs/ httpcore5-h2/apidocs/org/apache/hc/core5/http2/ httpcore5-h2/apidocs/org/apache/hc/core5/http2/class-use/ httpcore5-h2/apidocs/org/...

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>
@@ -129,6 +129,10 @@ implements <a href="../../../../../../..
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler)">BasicAsyncServerExpectationDecorator</a></strong>(<a href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html" title="interface in org.apache.hc.core5.http.nio">AsyncServerExchangeHandler</a>&nbsp;handler)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler,%20org.apache.hc.core5.function.Callback)">BasicAsyncServerExpectationDecorator</a></strong>(<a href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html" title="interface in org.apache.hc.core5.http.nio">AsyncServerExchangeHandler</a>&nbsp;handler,
+                                    <a href="../../../../../../../org/apache/hc/core5/function/Callback.html" title="interface in org.apache.hc.core5.function">Callback</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&gt;&nbsp;exceptionCallback)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -222,6 +226,16 @@ implements <a href="../../../../../../..
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
+<a name="BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BasicAsyncServerExpectationDecorator</h4>
+<pre>public&nbsp;BasicAsyncServerExpectationDecorator(<a href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html" title="interface in org.apache.hc.core5.http.nio">AsyncServerExchangeHandler</a>&nbsp;handler,
+                                    <a href="../../../../../../../org/apache/hc/core5/function/Callback.html" title="interface in org.apache.hc.core5.function">Callback</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&gt;&nbsp;exceptionCallback)</pre>
+</li>
+</ul>
 <a name="BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler)">
 <!--   -->
 </a>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicClientExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicClientExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicClientExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicClientExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicPushProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicPushProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicPushProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicPushProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicRequestProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicResponseProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicServerExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicServerExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicServerExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/BasicServerExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/DefaultAsyncResponseExchangeHandlerFactory.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/DefaultAsyncResponseExchangeHandlerFactory.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/DefaultAsyncResponseExchangeHandlerFactory.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/DefaultAsyncResponseExchangeHandlerFactory.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/ImmediateResponseExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/ImmediateResponseExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/ImmediateResponseExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/ImmediateResponseExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/TerminalAsyncServerFilter.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/TerminalAsyncServerFilter.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/TerminalAsyncServerFilter.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/TerminalAsyncServerFilter.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncPushHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncPushHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncPushHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncPushHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncRequesterConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncRequesterConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncRequesterConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncRequesterConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncResponseConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncResponseConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncResponseConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncResponseConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncServerAuthFilter.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncServerAuthFilter.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncServerAuthFilter.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractAsyncServerAuthFilter.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractServerExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractServerExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractServerExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AbstractServerExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncPushBuilder.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncPushBuilder.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncPushBuilder.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncPushBuilder.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncPushBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncPushBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncPushBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncPushBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncRequestBuilder.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncRequestBuilder.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncRequestBuilder.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncRequestBuilder.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncResponseBuilder.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncResponseBuilder.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncResponseBuilder.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncResponseBuilder.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerExpectationFilter.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerExpectationFilter.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerExpectationFilter.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerExpectationFilter.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainElement.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainElement.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainElement.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainElement.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>
@@ -104,6 +104,10 @@
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../../org/apache/hc/core5/http/nio/support/AsyncServerFilterChainExchangeHandlerFactory.html#AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement)">AsyncServerFilterChainExchangeHandlerFactory</a></strong>(<a href="../../../../../../../../org/apache/hc/core5/http/nio/support/AsyncServerFilterChainElement.html" title="class in org.apache.hc.core5.http.nio.support">AsyncServerFilterChainElement</a>&nbsp;filterChain)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/hc/core5/http/nio/support/AsyncServerFilterChainExchangeHandlerFactory.html#AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement,%20org.apache.hc.core5.function.Callback)">AsyncServerFilterChainExchangeHandlerFactory</a></strong>(<a href="../../../../../../../../org/apache/hc/core5/http/nio/support/AsyncServerFilterChainElement.html" title="class in org.apache.hc.core5.http.nio.support">AsyncServerFilterChainElement</a>&nbsp;filterChain,
+                                            <a href="../../../../../../../../org/apache/hc/core5/function/Callback.html" title="interface in org.apache.hc.core5.function">Callback</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&gt;&nbsp;exceptionCallback)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainExchangeHandlerFactory.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainExchangeHandlerFactory.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainExchangeHandlerFactory.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/AsyncServerFilterChainExchangeHandlerFactory.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicAsyncServerExpectationDecorator.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicAsyncServerExpectationDecorator.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicAsyncServerExpectationDecorator.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicAsyncServerExpectationDecorator.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicClientExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicClientExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicClientExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicClientExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicPushProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicPushProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicPushProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicPushProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicPushProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicRequestProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicRequestProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicResponseProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicResponseProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicServerExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicServerExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicServerExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/BasicServerExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/DefaultAsyncResponseExchangeHandlerFactory.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/DefaultAsyncResponseExchangeHandlerFactory.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/DefaultAsyncResponseExchangeHandlerFactory.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/DefaultAsyncResponseExchangeHandlerFactory.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/ImmediateResponseExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/ImmediateResponseExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/ImmediateResponseExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/ImmediateResponseExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/TerminalAsyncServerFilter.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/TerminalAsyncServerFilter.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/TerminalAsyncServerFilter.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/class-use/TerminalAsyncServerFilter.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicEntityProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:43 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicServerExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicServerExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicServerExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/AbstractClassicServerExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputBuffer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputBuffer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputBuffer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputBuffer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ContentInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>ContentInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ContentInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="ContentInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputStream.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputStream.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputStream.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentInputStream.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ContentInputStream (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>ContentInputStream (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ContentInputStream (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="ContentInputStream (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputBuffer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputBuffer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputBuffer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputBuffer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ContentOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>ContentOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ContentOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="ContentOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputStream.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputStream.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputStream.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/ContentOutputStream.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ContentOutputStream (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>ContentOutputStream (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ContentOutputStream (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="ContentOutputStream (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedInputBuffer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedInputBuffer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedInputBuffer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedInputBuffer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SharedInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>SharedInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SharedInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="SharedInputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedOutputBuffer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedOutputBuffer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedOutputBuffer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/SharedOutputBuffer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:47 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SharedOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>SharedOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SharedOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="SharedOutputBuffer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityConsumer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityConsumer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityConsumer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityConsumer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityProducer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityProducer.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityProducer.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicEntityProducer.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicServerExchangeHandler.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicServerExchangeHandler.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicServerExchangeHandler.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/apidocs/org/apache/hc/core5/http/nio/support/classic/class-use/AbstractClassicServerExchangeHandler.html Mon Jun  8 15:58:45 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_75) on Sat Feb 15 12:54:49 CET 2020 -->
+<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 17:44:44 CEST 2020 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)</title>
-<meta name="date" content="2020-02-15">
+<title>Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)</title>
+<meta name="date" content="2020-06-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0 API)";
+        parent.document.title="Uses of Class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler (Apache HttpComponents Core HTTP/1.1 5.0.1 API)";
     }
 //-->
 </script>