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 [45/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/xref/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/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/xref/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html Mon Jun  8 15:58:45 2020
@@ -39,131 +39,139 @@
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">import</strong> java.util.List;
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong class="jxr_keyword">import</strong> java.util.concurrent.atomic.AtomicReference;
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.EntityDetails;
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.Header;
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HeaderElements;
-<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpException;
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpHeaders;
-<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpRequest;
-<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpStatus;
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.message.BasicHttpResponse;
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.AsyncResponseProducer;
-<a class="jxr_linenumber" name="L43" href="#L43">43</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.AsyncServerExchangeHandler;
-<a class="jxr_linenumber" name="L44" href="#L44">44</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.CapacityChannel;
-<a class="jxr_linenumber" name="L45" href="#L45">45</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.DataStreamChannel;
-<a class="jxr_linenumber" name="L46" href="#L46">46</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.ResponseChannel;
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.protocol.HttpContext;
-<a class="jxr_linenumber" name="L48" href="#L48">48</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.util.Args;
-<a class="jxr_linenumber" name="L49" href="#L49">49</a>  
-<a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em class="jxr_javadoccomment"> * {@link AsyncServerExchangeHandler} implementation that adds support</em>
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em class="jxr_javadoccomment"> * for the Expect-Continue handshake to an existing</em>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em class="jxr_javadoccomment"> * {@link AsyncServerExchangeHandler}.</em>
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em class="jxr_javadoccomment"> * @since 5.0</em>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L57" href="#L57">57</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="BasicAsyncServerExpectationDecorator" href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator">BasicAsyncServerExpectationDecorator</a> <strong class="jxr_keyword">implements</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> {
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>  
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> handler;
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> AtomicReference&lt;AsyncResponseProducer&gt; responseProducerRef;
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>  
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>      <strong class="jxr_keyword">public</strong> <a name="BasicAsyncServerExpectationDecorator" href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator">BasicAsyncServerExpectationDecorator</a>(<strong class="jxr_keyword">final</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> handler) {
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>          <strong class="jxr_keyword">this</strong>.handler = Args.notNull(handler, <span class="jxr_string">"Handler"</span>);
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>          <strong class="jxr_keyword">this</strong>.responseProducerRef = <strong class="jxr_keyword">new</strong> AtomicReference&lt;&gt;(<strong class="jxr_keyword">null</strong>);
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>      }
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>  
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>      <strong class="jxr_keyword">protected</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> verify(
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>              <strong class="jxr_keyword">final</strong> <a name="HttpRequest" href="../../../../../../../org/apache/hc/core5/http/HttpRequest.html#HttpRequest">HttpRequest</a> request,
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>              <strong class="jxr_keyword">final</strong> <a name="HttpContext" href="../../../../../../../org/apache/hc/core5/http/protocol/HttpContext.html#HttpContext">HttpContext</a> context) <strong class="jxr_keyword">throws</strong> IOException, <a name="HttpException" href="../../../../../../../org/apache/hc/core5/http/HttpException.html#HttpException">HttpException</a> {
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      }
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>  
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>      @Override
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> handleRequest(
-<a class="jxr_linenumber" name="L75" href="#L75">75</a>              <strong class="jxr_keyword">final</strong> <a name="HttpRequest" href="../../../../../../../org/apache/hc/core5/http/HttpRequest.html#HttpRequest">HttpRequest</a> request,
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>              <strong class="jxr_keyword">final</strong> <a name="EntityDetails" href="../../../../../../../org/apache/hc/core5/http/EntityDetails.html#EntityDetails">EntityDetails</a> entityDetails,
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>              <strong class="jxr_keyword">final</strong> <a name="ResponseChannel" href="../../../../../../../org/apache/hc/core5/http/nio/ResponseChannel.html#ResponseChannel">ResponseChannel</a> responseChannel,
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>              <strong class="jxr_keyword">final</strong> <a name="HttpContext" href="../../../../../../../org/apache/hc/core5/http/protocol/HttpContext.html#HttpContext">HttpContext</a> context) <strong class="jxr_keyword">throws</strong> HttpException, IOException {
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>          <strong class="jxr_keyword">if</strong> (entityDetails != <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L80" href="#L80">80</a>              <strong class="jxr_keyword">final</strong> <a name="Header" href="../../../../../../../org/apache/hc/core5/http/Header.html#Header">Header</a> h = request.getFirstHeader(HttpHeaders.EXPECT);
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>              <strong class="jxr_keyword">if</strong> (h != <strong class="jxr_keyword">null</strong> &amp;&amp; HeaderElements.CONTINUE.equalsIgnoreCase(h.getValue())) {
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>                  <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> producer = verify(request, context);
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>                  <strong class="jxr_keyword">if</strong> (producer != <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L84" href="#L84">84</a>                      responseProducerRef.set(producer);
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>                      producer.sendResponse(responseChannel, context);
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>                      <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L87" href="#L87">87</a>                  }
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>                  responseChannel.sendInformation(<strong class="jxr_keyword">new</strong> <a name="BasicHttpResponse" href="../../../../../../../org/apache/hc/core5/http/message/BasicHttpResponse.html#BasicHttpResponse">BasicHttpResponse</a>(HttpStatus.SC_CONTINUE), context);
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>              }
-<a class="jxr_linenumber" name="L90" href="#L90">90</a>          }
-<a class="jxr_linenumber" name="L91" href="#L91">91</a>          handler.handleRequest(request, entityDetails, responseChannel, context);
-<a class="jxr_linenumber" name="L92" href="#L92">92</a>      }
-<a class="jxr_linenumber" name="L93" href="#L93">93</a>  
-<a class="jxr_linenumber" name="L94" href="#L94">94</a>      @Override
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> updateCapacity(<strong class="jxr_keyword">final</strong> <a name="CapacityChannel" href="../../../../../../../org/apache/hc/core5/http/nio/CapacityChannel.html#CapacityChannel">CapacityChannel</a> capacityChannel) <strong class="jxr_keyword">throws</strong> IOException {
-<a class="jxr_linenumber" name="L96" href="#L96">96</a>          <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
-<a class="jxr_linenumber" name="L97" href="#L97">97</a>          <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>              handler.updateCapacity(capacityChannel);
-<a class="jxr_linenumber" name="L99" href="#L99">99</a>          } <strong class="jxr_keyword">else</strong> {
-<a class="jxr_linenumber" name="L100" href="#L100">100</a>             capacityChannel.update(Integer.MAX_VALUE);
-<a class="jxr_linenumber" name="L101" href="#L101">101</a>         }
-<a class="jxr_linenumber" name="L102" href="#L102">102</a>     }
-<a class="jxr_linenumber" name="L103" href="#L103">103</a> 
-<a class="jxr_linenumber" name="L104" href="#L104">104</a>     @Override
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> consume(<strong class="jxr_keyword">final</strong> ByteBuffer src) <strong class="jxr_keyword">throws</strong> IOException {
-<a class="jxr_linenumber" name="L106" href="#L106">106</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
-<a class="jxr_linenumber" name="L107" href="#L107">107</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L108" href="#L108">108</a>             handler.consume(src);
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.function.Callback;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.EntityDetails;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.Header;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HeaderElements;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpException;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpHeaders;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpRequest;
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.HttpStatus;
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.message.BasicHttpResponse;
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.AsyncResponseProducer;
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.AsyncServerExchangeHandler;
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.CapacityChannel;
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.DataStreamChannel;
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.nio.ResponseChannel;
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.http.protocol.HttpContext;
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  <strong class="jxr_keyword">import</strong> org.apache.hc.core5.util.Args;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>  
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em class="jxr_javadoccomment"> * {@link AsyncServerExchangeHandler} implementation that adds support</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em class="jxr_javadoccomment"> * for the Expect-Continue handshake to an existing</em>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em class="jxr_javadoccomment"> * {@link AsyncServerExchangeHandler}.</em>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em class="jxr_javadoccomment"> * @since 5.0</em>
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="BasicAsyncServerExpectationDecorator" href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator">BasicAsyncServerExpectationDecorator</a> <strong class="jxr_keyword">implements</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> {
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>  
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> handler;
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Callback&lt;Exception&gt; exceptionCallback;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> AtomicReference&lt;AsyncResponseProducer&gt; responseProducerRef;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>      <strong class="jxr_keyword">public</strong> <a name="BasicAsyncServerExpectationDecorator" href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator">BasicAsyncServerExpectationDecorator</a>(<strong class="jxr_keyword">final</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> handler,
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>                                                  <strong class="jxr_keyword">final</strong> Callback&lt;Exception&gt; exceptionCallback) {
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>          <strong class="jxr_keyword">this</strong>.handler = Args.notNull(handler, <span class="jxr_string">"Handler"</span>);
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          <strong class="jxr_keyword">this</strong>.exceptionCallback = exceptionCallback;
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>          <strong class="jxr_keyword">this</strong>.responseProducerRef = <strong class="jxr_keyword">new</strong> AtomicReference&lt;&gt;(<strong class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>      }
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>  
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <strong class="jxr_keyword">public</strong> <a name="BasicAsyncServerExpectationDecorator" href="../../../../../../../org/apache/hc/core5/http/nio/support/BasicAsyncServerExpectationDecorator.html#BasicAsyncServerExpectationDecorator">BasicAsyncServerExpectationDecorator</a>(<strong class="jxr_keyword">final</strong> <a name="AsyncServerExchangeHandler" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncServerExchangeHandler.html#AsyncServerExchangeHandler">AsyncServerExchangeHandler</a> handler) {
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>          <strong class="jxr_keyword">this</strong>(handler, <strong class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>      }
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>  
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>      <strong class="jxr_keyword">protected</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> verify(
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>              <strong class="jxr_keyword">final</strong> <a name="HttpRequest" href="../../../../../../../org/apache/hc/core5/http/HttpRequest.html#HttpRequest">HttpRequest</a> request,
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>              <strong class="jxr_keyword">final</strong> <a name="HttpContext" href="../../../../../../../org/apache/hc/core5/http/protocol/HttpContext.html#HttpContext">HttpContext</a> context) <strong class="jxr_keyword">throws</strong> IOException, <a name="HttpException" href="../../../../../../../org/apache/hc/core5/http/HttpException.html#HttpException">HttpException</a> {
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>      }
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>  
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>      @Override
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> handleRequest(
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>              <strong class="jxr_keyword">final</strong> <a name="HttpRequest" href="../../../../../../../org/apache/hc/core5/http/HttpRequest.html#HttpRequest">HttpRequest</a> request,
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>              <strong class="jxr_keyword">final</strong> <a name="EntityDetails" href="../../../../../../../org/apache/hc/core5/http/EntityDetails.html#EntityDetails">EntityDetails</a> entityDetails,
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>              <strong class="jxr_keyword">final</strong> <a name="ResponseChannel" href="../../../../../../../org/apache/hc/core5/http/nio/ResponseChannel.html#ResponseChannel">ResponseChannel</a> responseChannel,
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>              <strong class="jxr_keyword">final</strong> <a name="HttpContext" href="../../../../../../../org/apache/hc/core5/http/protocol/HttpContext.html#HttpContext">HttpContext</a> context) <strong class="jxr_keyword">throws</strong> HttpException, IOException {
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          <strong class="jxr_keyword">if</strong> (entityDetails != <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>              <strong class="jxr_keyword">final</strong> <a name="Header" href="../../../../../../../org/apache/hc/core5/http/Header.html#Header">Header</a> h = request.getFirstHeader(HttpHeaders.EXPECT);
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>              <strong class="jxr_keyword">if</strong> (h != <strong class="jxr_keyword">null</strong> &amp;&amp; HeaderElements.CONTINUE.equalsIgnoreCase(h.getValue())) {
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>                  <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> producer = verify(request, context);
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>                  <strong class="jxr_keyword">if</strong> (producer != <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>                      responseProducerRef.set(producer);
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>                      producer.sendResponse(responseChannel, context);
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>                      <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>                  }
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>                  responseChannel.sendInformation(<strong class="jxr_keyword">new</strong> <a name="BasicHttpResponse" href="../../../../../../../org/apache/hc/core5/http/message/BasicHttpResponse.html#BasicHttpResponse">BasicHttpResponse</a>(HttpStatus.SC_CONTINUE), context);
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>              }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>          }
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          handler.handleRequest(request, entityDetails, responseChannel, context);
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>     }
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> 
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>     @Override
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> updateCapacity(<strong class="jxr_keyword">final</strong> <a name="CapacityChannel" href="../../../../../../../org/apache/hc/core5/http/nio/CapacityChannel.html#CapacityChannel">CapacityChannel</a> capacityChannel) <strong class="jxr_keyword">throws</strong> IOException {
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>             handler.updateCapacity(capacityChannel);
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>         } <strong class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>             capacityChannel.update(Integer.MAX_VALUE);
 <a class="jxr_linenumber" name="L109" href="#L109">109</a>         }
 <a class="jxr_linenumber" name="L110" href="#L110">110</a>     }
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> 
 <a class="jxr_linenumber" name="L112" href="#L112">112</a>     @Override
-<a class="jxr_linenumber" name="L113" href="#L113">113</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> streamEnd(<strong class="jxr_keyword">final</strong> List&lt;? <strong class="jxr_keyword">extends</strong> Header&gt; trailers) <strong class="jxr_keyword">throws</strong> HttpException, IOException {
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> consume(<strong class="jxr_keyword">final</strong> ByteBuffer src) <strong class="jxr_keyword">throws</strong> IOException {
 <a class="jxr_linenumber" name="L114" href="#L114">114</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
 <a class="jxr_linenumber" name="L115" href="#L115">115</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L116" href="#L116">116</a>             handler.streamEnd(trailers);
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>             handler.consume(src);
 <a class="jxr_linenumber" name="L117" href="#L117">117</a>         }
 <a class="jxr_linenumber" name="L118" href="#L118">118</a>     }
 <a class="jxr_linenumber" name="L119" href="#L119">119</a> 
 <a class="jxr_linenumber" name="L120" href="#L120">120</a>     @Override
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> available() {
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> streamEnd(<strong class="jxr_keyword">final</strong> List&lt;? <strong class="jxr_keyword">extends</strong> Header&gt; trailers) <strong class="jxr_keyword">throws</strong> HttpException, IOException {
 <a class="jxr_linenumber" name="L122" href="#L122">122</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
-<a class="jxr_linenumber" name="L123" href="#L123">123</a>         <strong class="jxr_keyword">return</strong> responseProducer == <strong class="jxr_keyword">null</strong> ? handler.available() : responseProducer.available();
-<a class="jxr_linenumber" name="L124" href="#L124">124</a>     }
-<a class="jxr_linenumber" name="L125" href="#L125">125</a> 
-<a class="jxr_linenumber" name="L126" href="#L126">126</a>     @Override
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> produce(<strong class="jxr_keyword">final</strong> <a name="DataStreamChannel" href="../../../../../../../org/apache/hc/core5/http/nio/DataStreamChannel.html#DataStreamChannel">DataStreamChannel</a> channel) <strong class="jxr_keyword">throws</strong> IOException {
-<a class="jxr_linenumber" name="L128" href="#L128">128</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
-<a class="jxr_linenumber" name="L129" href="#L129">129</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L130" href="#L130">130</a>             handler.produce(channel);
-<a class="jxr_linenumber" name="L131" href="#L131">131</a>         } <strong class="jxr_keyword">else</strong> {
-<a class="jxr_linenumber" name="L132" href="#L132">132</a>             responseProducer.produce(channel);
-<a class="jxr_linenumber" name="L133" href="#L133">133</a>         }
-<a class="jxr_linenumber" name="L134" href="#L134">134</a>     }
-<a class="jxr_linenumber" name="L135" href="#L135">135</a> 
-<a class="jxr_linenumber" name="L136" href="#L136">136</a>     @Override
-<a class="jxr_linenumber" name="L137" href="#L137">137</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> failed(<strong class="jxr_keyword">final</strong> Exception cause) {
-<a class="jxr_linenumber" name="L138" href="#L138">138</a>         <strong class="jxr_keyword">try</strong> {
-<a class="jxr_linenumber" name="L139" href="#L139">139</a>             handler.failed(cause);
-<a class="jxr_linenumber" name="L140" href="#L140">140</a>             <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> dataProducer = responseProducerRef.getAndSet(<strong class="jxr_keyword">null</strong>);
-<a class="jxr_linenumber" name="L141" href="#L141">141</a>             <strong class="jxr_keyword">if</strong> (dataProducer != <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L142" href="#L142">142</a>                 dataProducer.failed(cause);
-<a class="jxr_linenumber" name="L143" href="#L143">143</a>             }
-<a class="jxr_linenumber" name="L144" href="#L144">144</a>         } <strong class="jxr_keyword">finally</strong> {
-<a class="jxr_linenumber" name="L145" href="#L145">145</a>             releaseResources();
-<a class="jxr_linenumber" name="L146" href="#L146">146</a>         }
-<a class="jxr_linenumber" name="L147" href="#L147">147</a>     }
-<a class="jxr_linenumber" name="L148" href="#L148">148</a> 
-<a class="jxr_linenumber" name="L149" href="#L149">149</a>     @Override
-<a class="jxr_linenumber" name="L150" href="#L150">150</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> releaseResources() {
-<a class="jxr_linenumber" name="L151" href="#L151">151</a>         handler.releaseResources();
-<a class="jxr_linenumber" name="L152" href="#L152">152</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> dataProducer = responseProducerRef.getAndSet(<strong class="jxr_keyword">null</strong>);
-<a class="jxr_linenumber" name="L153" href="#L153">153</a>         <strong class="jxr_keyword">if</strong> (dataProducer != <strong class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L154" href="#L154">154</a>             dataProducer.releaseResources();
-<a class="jxr_linenumber" name="L155" href="#L155">155</a>         }
-<a class="jxr_linenumber" name="L156" href="#L156">156</a>     }
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> 
-<a class="jxr_linenumber" name="L158" href="#L158">158</a> }
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>             handler.streamEnd(trailers);
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>         }
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>     }
+<a class="jxr_linenumber" name="L127" href="#L127">127</a> 
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>     @Override
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> available() {
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
+<a class="jxr_linenumber" name="L131" href="#L131">131</a>         <strong class="jxr_keyword">return</strong> responseProducer == <strong class="jxr_keyword">null</strong> ? handler.available() : responseProducer.available();
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>     }
+<a class="jxr_linenumber" name="L133" href="#L133">133</a> 
+<a class="jxr_linenumber" name="L134" href="#L134">134</a>     @Override
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> produce(<strong class="jxr_keyword">final</strong> <a name="DataStreamChannel" href="../../../../../../../org/apache/hc/core5/http/nio/DataStreamChannel.html#DataStreamChannel">DataStreamChannel</a> channel) <strong class="jxr_keyword">throws</strong> IOException {
+<a class="jxr_linenumber" name="L136" href="#L136">136</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> responseProducer = responseProducerRef.get();
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>         <strong class="jxr_keyword">if</strong> (responseProducer == <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>             handler.produce(channel);
+<a class="jxr_linenumber" name="L139" href="#L139">139</a>         } <strong class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L140" href="#L140">140</a>             responseProducer.produce(channel);
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>         }
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>     }
+<a class="jxr_linenumber" name="L143" href="#L143">143</a> 
+<a class="jxr_linenumber" name="L144" href="#L144">144</a>     @Override
+<a class="jxr_linenumber" name="L145" href="#L145">145</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> failed(<strong class="jxr_keyword">final</strong> Exception cause) {
+<a class="jxr_linenumber" name="L146" href="#L146">146</a>         <strong class="jxr_keyword">if</strong> (exceptionCallback != <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L147" href="#L147">147</a>             exceptionCallback.execute(cause);
+<a class="jxr_linenumber" name="L148" href="#L148">148</a>         }
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> dataProducer = responseProducerRef.get();
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>         <strong class="jxr_keyword">if</strong> (dataProducer == <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L151" href="#L151">151</a>             handler.failed(cause);
+<a class="jxr_linenumber" name="L152" href="#L152">152</a>         } <strong class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L153" href="#L153">153</a>             dataProducer.failed(cause);
+<a class="jxr_linenumber" name="L154" href="#L154">154</a>         }
+<a class="jxr_linenumber" name="L155" href="#L155">155</a>     }
+<a class="jxr_linenumber" name="L156" href="#L156">156</a> 
+<a class="jxr_linenumber" name="L157" href="#L157">157</a>     @Override
+<a class="jxr_linenumber" name="L158" href="#L158">158</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> releaseResources() {
+<a class="jxr_linenumber" name="L159" href="#L159">159</a>         handler.releaseResources();
+<a class="jxr_linenumber" name="L160" href="#L160">160</a>         <strong class="jxr_keyword">final</strong> <a name="AsyncResponseProducer" href="../../../../../../../org/apache/hc/core5/http/nio/AsyncResponseProducer.html#AsyncResponseProducer">AsyncResponseProducer</a> dataProducer = responseProducerRef.getAndSet(<strong class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="L161" href="#L161">161</a>         <strong class="jxr_keyword">if</strong> (dataProducer != <strong class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L162" href="#L162">162</a>             dataProducer.releaseResources();
+<a class="jxr_linenumber" name="L163" href="#L163">163</a>         }
+<a class="jxr_linenumber" name="L164" href="#L164">164</a>     }
+<a class="jxr_linenumber" name="L165" href="#L165">165</a> 
+<a class="jxr_linenumber" name="L166" href="#L166">166</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.nio.support.classic</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.nio.support.classic</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/classic/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.nio.support.classic</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.nio.support.classic</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -141,7 +141,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.nio.support</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.nio.support</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/nio/support/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.nio.support</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.nio.support</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -186,7 +186,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -351,7 +351,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.protocol</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.protocol</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/protocol/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.protocol</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.protocol</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -201,7 +201,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.ssl</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.ssl</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/http/ssl/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.http.ssl</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.http.ssl</title>
         <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -91,7 +91,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.io</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.io</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/io/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.io</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.io</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -101,7 +101,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.net</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.net</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/net/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.net</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.net</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -111,7 +111,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-frame.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-frame.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.pool</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.pool</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-summary.html?rev=1878619&r1=1878618&r2=1878619&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/httpcore5/xref/org/apache/hc/core5/pool/package-summary.html Mon Jun  8 15:58:45 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpComponents Core HTTP/1.1 5.0 Reference Package org.apache.hc.core5.pool</title>
+        <title>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference Package org.apache.hc.core5.pool</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -166,7 +166,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpComponents Core HTTP/1.1 5.0.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">