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/11/30 10:34:33 UTC

svn commit: r1883950 [35/37] - in /httpcomponents/site/httpcomponents-core-4.4.x: ./ css/ httpcore-ab/ httpcore-ab/css/ httpcore-nio/ httpcore-nio/apidocs/ httpcore-nio/apidocs/org/apache/http/impl/nio/ httpcore-nio/apidocs/org/apache/http/impl/nio/boo...

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreConnectionPNames.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreConnectionPNames.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreConnectionPNames.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreConnectionPNames.html Mon Nov 30 10:34:26 2020
@@ -56,7 +56,7 @@
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em class="jxr_javadoccomment">     * @see java.net.SocketOptions#SO_TIMEOUT</em>
 <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>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SO_TIMEOUT = <span class="jxr_string">"http.socket.timeout"</span>;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      String SO_TIMEOUT = <span class="jxr_string">"http.socket.timeout"</span>;
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em class="jxr_javadoccomment">     * Determines whether Nagle's algorithm is to be used. The Nagle's algorithm</em>
@@ -70,7 +70,7 @@
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  <em class="jxr_javadoccomment">     * @see java.net.SocketOptions#TCP_NODELAY</em>
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TCP_NODELAY = <span class="jxr_string">"http.tcp.nodelay"</span>;
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>      String TCP_NODELAY = <span class="jxr_string">"http.tcp.nodelay"</span>;
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>  
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em class="jxr_javadoccomment">     * Determines the size of the internal socket buffer used to buffer data</em>
@@ -79,7 +79,7 @@
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Integer}.</em>
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SOCKET_BUFFER_SIZE = <span class="jxr_string">"http.socket.buffer-size"</span>;
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      String SOCKET_BUFFER_SIZE = <span class="jxr_string">"http.socket.buffer-size"</span>;
 <a class="jxr_linenumber" name="L75" href="#L75">75</a>  
 <a class="jxr_linenumber" name="L76" href="#L76">76</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L77" href="#L77">77</a>  <em class="jxr_javadoccomment">     * Sets SO_LINGER with the specified linger time in seconds. The maximum</em>
@@ -91,7 +91,7 @@
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>  <em class="jxr_javadoccomment">     * @see java.net.SocketOptions#SO_LINGER</em>
 <a class="jxr_linenumber" name="L85" href="#L85">85</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SO_LINGER = <span class="jxr_string">"http.socket.linger"</span>;
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>      String SO_LINGER = <span class="jxr_string">"http.socket.linger"</span>;
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>  
 <a class="jxr_linenumber" name="L88" href="#L88">88</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L89" href="#L89">89</a>  <em class="jxr_javadoccomment">     * Defines whether the socket can be bound even though a previous connection is</em>
@@ -103,7 +103,7 @@
 <a class="jxr_linenumber" name="L95" href="#L95">95</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L96" href="#L96">96</a>  <em class="jxr_javadoccomment">     * @since 4.1</em>
 <a class="jxr_linenumber" name="L97" href="#L97">97</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SO_REUSEADDR = <span class="jxr_string">"http.socket.reuseaddr"</span>;
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>      String SO_REUSEADDR = <span class="jxr_string">"http.socket.reuseaddr"</span>;
 <a class="jxr_linenumber" name="L99" href="#L99">99</a>  
 <a class="jxr_linenumber" name="L100" href="#L100">100</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L101" href="#L101">101</a> <em class="jxr_javadoccomment">     * Determines the timeout in milliseconds until a connection is established.</em>
@@ -115,7 +115,7 @@
 <a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Integer}.</em>
 <a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L110" href="#L110">110</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CONNECTION_TIMEOUT = <span class="jxr_string">"http.connection.timeout"</span>;
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>     String CONNECTION_TIMEOUT = <span class="jxr_string">"http.connection.timeout"</span>;
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> 
 <a class="jxr_linenumber" name="L112" href="#L112">112</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L113" href="#L113">113</a> <em class="jxr_javadoccomment">     * Determines whether stale connection check is to be used. The stale</em>
@@ -126,7 +126,7 @@
 <a class="jxr_linenumber" name="L118" href="#L118">118</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Boolean}.</em>
 <a class="jxr_linenumber" name="L119" href="#L119">119</a> <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L120" href="#L120">120</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String STALE_CONNECTION_CHECK = <span class="jxr_string">"http.connection.stalecheck"</span>;
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>     String STALE_CONNECTION_CHECK = <span class="jxr_string">"http.connection.stalecheck"</span>;
 <a class="jxr_linenumber" name="L122" href="#L122">122</a> 
 <a class="jxr_linenumber" name="L123" href="#L123">123</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L124" href="#L124">124</a> <em class="jxr_javadoccomment">     * Determines the maximum line length limit. If set to a positive value,</em>
@@ -136,7 +136,7 @@
 <a class="jxr_linenumber" name="L128" href="#L128">128</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Integer}.</em>
 <a class="jxr_linenumber" name="L129" href="#L129">129</a> <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L130" href="#L130">130</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L131" href="#L131">131</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String MAX_LINE_LENGTH = <span class="jxr_string">"http.connection.max-line-length"</span>;
+<a class="jxr_linenumber" name="L131" href="#L131">131</a>     String MAX_LINE_LENGTH = <span class="jxr_string">"http.connection.max-line-length"</span>;
 <a class="jxr_linenumber" name="L132" href="#L132">132</a> 
 <a class="jxr_linenumber" name="L133" href="#L133">133</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment">     * Determines the maximum HTTP header count allowed. If set to a positive</em>
@@ -147,7 +147,7 @@
 <a class="jxr_linenumber" name="L139" href="#L139">139</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Integer}.</em>
 <a class="jxr_linenumber" name="L140" href="#L140">140</a> <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L141" href="#L141">141</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L142" href="#L142">142</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String MAX_HEADER_COUNT = <span class="jxr_string">"http.connection.max-header-count"</span>;
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>     String MAX_HEADER_COUNT = <span class="jxr_string">"http.connection.max-header-count"</span>;
 <a class="jxr_linenumber" name="L143" href="#L143">143</a> 
 <a class="jxr_linenumber" name="L144" href="#L144">144</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L145" href="#L145">145</a> <em class="jxr_javadoccomment">     * Defines the size limit below which data chunks should be buffered in a session I/O buffer</em>
@@ -160,7 +160,7 @@
 <a class="jxr_linenumber" name="L152" href="#L152">152</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L153" href="#L153">153</a> <em class="jxr_javadoccomment">     * @since 4.1</em>
 <a class="jxr_linenumber" name="L154" href="#L154">154</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L155" href="#L155">155</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String MIN_CHUNK_LIMIT = <span class="jxr_string">"http.connection.min-chunk-limit"</span>;
+<a class="jxr_linenumber" name="L155" href="#L155">155</a>     String MIN_CHUNK_LIMIT = <span class="jxr_string">"http.connection.min-chunk-limit"</span>;
 <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>     <em class="jxr_javadoccomment">/**</em>
@@ -173,7 +173,7 @@
 <a class="jxr_linenumber" name="L165" href="#L165">165</a> <em class="jxr_javadoccomment">     * @see java.net.SocketOptions#SO_KEEPALIVE</em>
 <a class="jxr_linenumber" name="L166" href="#L166">166</a> <em class="jxr_javadoccomment">     * @since 4.2</em>
 <a class="jxr_linenumber" name="L167" href="#L167">167</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L168" href="#L168">168</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SO_KEEPALIVE = <span class="jxr_string">"http.socket.keepalive"</span>;
+<a class="jxr_linenumber" name="L168" href="#L168">168</a>     String SO_KEEPALIVE = <span class="jxr_string">"http.socket.keepalive"</span>;
 <a class="jxr_linenumber" name="L169" href="#L169">169</a> 
 <a class="jxr_linenumber" name="L170" href="#L170">170</a> }
 </pre>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreProtocolPNames.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreProtocolPNames.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreProtocolPNames.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/CoreProtocolPNames.html Mon Nov 30 10:34:26 2020
@@ -52,7 +52,7 @@
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link org.apache.http.ProtocolVersion}.</em>
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PROTOCOL_VERSION = <span class="jxr_string">"http.protocol.version"</span>;
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>      String PROTOCOL_VERSION = <span class="jxr_string">"http.protocol.version"</span>;
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em class="jxr_javadoccomment">     * Defines the charset to be used for encoding HTTP protocol elements.</em>
@@ -60,7 +60,7 @@
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link String}.</em>
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</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>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_ELEMENT_CHARSET = <span class="jxr_string">"http.protocol.element-charset"</span>;
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>      String HTTP_ELEMENT_CHARSET = <span class="jxr_string">"http.protocol.element-charset"</span>;
 <a class="jxr_linenumber" name="L56" href="#L56">56</a>  
 <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>  <em class="jxr_javadoccomment">     * Defines the charset to be used per default for encoding content body.</em>
@@ -68,7 +68,7 @@
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link String}.</em>
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_CONTENT_CHARSET = <span class="jxr_string">"http.protocol.content-charset"</span>;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>      String HTTP_CONTENT_CHARSET = <span class="jxr_string">"http.protocol.content-charset"</span>;
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>  <em class="jxr_javadoccomment">     * Defines the content of the {@code User-Agent} header.</em>
@@ -76,7 +76,7 @@
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link String}.</em>
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USER_AGENT = <span class="jxr_string">"http.useragent"</span>;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>      String USER_AGENT = <span class="jxr_string">"http.useragent"</span>;
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>  
 <a class="jxr_linenumber" name="L73" href="#L73">73</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L74" href="#L74">74</a>  <em class="jxr_javadoccomment">     * Defines the content of the {@code Server} header.</em>
@@ -84,7 +84,7 @@
 <a class="jxr_linenumber" name="L76" href="#L76">76</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link String}.</em>
 <a class="jxr_linenumber" name="L77" href="#L77">77</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L78" href="#L78">78</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ORIGIN_SERVER = <span class="jxr_string">"http.origin-server"</span>;
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>      String ORIGIN_SERVER = <span class="jxr_string">"http.origin-server"</span>;
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>  
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>  <em class="jxr_javadoccomment">     * Defines whether responses with an invalid {@code Transfer-Encoding}</em>
@@ -93,7 +93,7 @@
 <a class="jxr_linenumber" name="L85" href="#L85">85</a>  <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Boolean}.</em>
 <a class="jxr_linenumber" name="L86" href="#L86">86</a>  <em class="jxr_javadoccomment">     * &lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String STRICT_TRANSFER_ENCODING = <span class="jxr_string">"http.protocol.strict-transfer-encoding"</span>;
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>      String STRICT_TRANSFER_ENCODING = <span class="jxr_string">"http.protocol.strict-transfer-encoding"</span>;
 <a class="jxr_linenumber" name="L89" href="#L89">89</a>  
 <a class="jxr_linenumber" name="L90" href="#L90">90</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L91" href="#L91">91</a>  <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
@@ -120,7 +120,7 @@
 <a class="jxr_linenumber" name="L112" href="#L112">112</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L113" href="#L113">113</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Boolean}.</em>
 <a class="jxr_linenumber" name="L114" href="#L114">114</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L115" href="#L115">115</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USE_EXPECT_CONTINUE = <span class="jxr_string">"http.protocol.expect-continue"</span>;
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>     String USE_EXPECT_CONTINUE = <span class="jxr_string">"http.protocol.expect-continue"</span>;
 <a class="jxr_linenumber" name="L116" href="#L116">116</a> 
 <a class="jxr_linenumber" name="L117" href="#L117">117</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L118" href="#L118">118</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
@@ -130,7 +130,7 @@
 <a class="jxr_linenumber" name="L122" href="#L122">122</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L123" href="#L123">123</a> <em class="jxr_javadoccomment">     * This parameter expects a value of type {@link Integer}.</em>
 <a class="jxr_linenumber" name="L124" href="#L124">124</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L125" href="#L125">125</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WAIT_FOR_CONTINUE = <span class="jxr_string">"http.protocol.wait-for-continue"</span>;
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>     String WAIT_FOR_CONTINUE = <span class="jxr_string">"http.protocol.wait-for-continue"</span>;
 <a class="jxr_linenumber" name="L126" href="#L126">126</a> 
 <a class="jxr_linenumber" name="L127" href="#L127">127</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L128" href="#L128">128</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
@@ -142,7 +142,7 @@
 <a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment">     * @since 4.2</em>
 <a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L137" href="#L137">137</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_MALFORMED_INPUT_ACTION = <span class="jxr_string">"http.malformed.input.action"</span>;
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>     String HTTP_MALFORMED_INPUT_ACTION = <span class="jxr_string">"http.malformed.input.action"</span>;
 <a class="jxr_linenumber" name="L138" href="#L138">138</a> 
 <a class="jxr_linenumber" name="L139" href="#L139">139</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L140" href="#L140">140</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
@@ -155,7 +155,7 @@
 <a class="jxr_linenumber" name="L147" href="#L147">147</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L148" href="#L148">148</a> <em class="jxr_javadoccomment">     * @since 4.2</em>
 <a class="jxr_linenumber" name="L149" href="#L149">149</a> <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L150" href="#L150">150</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_UNMAPPABLE_INPUT_ACTION = <span class="jxr_string">"http.unmappable.input.action"</span>;
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>     String HTTP_UNMAPPABLE_INPUT_ACTION = <span class="jxr_string">"http.unmappable.input.action"</span>;
 <a class="jxr_linenumber" name="L151" href="#L151">151</a> 
 <a class="jxr_linenumber" name="L152" href="#L152">152</a> }
 </pre>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-frame.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-frame.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.params</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.http.params</title>
         <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-summary.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/params/package-summary.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.params</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.http.params</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 HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -146,7 +146,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/AbstractConnPool.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/AbstractConnPool.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/AbstractConnPool.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/AbstractConnPool.html Mon Nov 30 10:34:26 2020
@@ -326,13 +326,13 @@
 <a class="jxr_linenumber" name="L318" href="#L318">318</a>         }
 <a class="jxr_linenumber" name="L319" href="#L319">319</a>         <strong class="jxr_keyword">this</strong>.lock.lock();
 <a class="jxr_linenumber" name="L320" href="#L320">320</a>         <strong class="jxr_keyword">try</strong> {
-<a class="jxr_linenumber" name="L321" href="#L321">321</a>             <strong class="jxr_keyword">final</strong> RouteSpecificPool&lt;T, C, E&gt; pool = getPool(route);
-<a class="jxr_linenumber" name="L322" href="#L322">322</a>             E entry;
-<a class="jxr_linenumber" name="L323" href="#L323">323</a>             <strong class="jxr_keyword">for</strong> (;;) {
-<a class="jxr_linenumber" name="L324" href="#L324">324</a>                 Asserts.check(!<strong class="jxr_keyword">this</strong>.isShutDown, <span class="jxr_string">"Connection pool shut down"</span>);
-<a class="jxr_linenumber" name="L325" href="#L325">325</a>                 <strong class="jxr_keyword">if</strong> (future.isCancelled()) {
-<a class="jxr_linenumber" name="L326" href="#L326">326</a>                     <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ExecutionException(operationAborted());
-<a class="jxr_linenumber" name="L327" href="#L327">327</a>                 }
+<a class="jxr_linenumber" name="L321" href="#L321">321</a>             E entry;
+<a class="jxr_linenumber" name="L322" href="#L322">322</a>             <strong class="jxr_keyword">for</strong> (;;) {
+<a class="jxr_linenumber" name="L323" href="#L323">323</a>                 Asserts.check(!<strong class="jxr_keyword">this</strong>.isShutDown, <span class="jxr_string">"Connection pool shut down"</span>);
+<a class="jxr_linenumber" name="L324" href="#L324">324</a>                 <strong class="jxr_keyword">if</strong> (future.isCancelled()) {
+<a class="jxr_linenumber" name="L325" href="#L325">325</a>                     <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ExecutionException(operationAborted());
+<a class="jxr_linenumber" name="L326" href="#L326">326</a>                 }
+<a class="jxr_linenumber" name="L327" href="#L327">327</a>                 <strong class="jxr_keyword">final</strong> RouteSpecificPool&lt;T, C, E&gt; pool = getPool(route);
 <a class="jxr_linenumber" name="L328" href="#L328">328</a>                 <strong class="jxr_keyword">for</strong> (;;) {
 <a class="jxr_linenumber" name="L329" href="#L329">329</a>                     entry = pool.getFree(state);
 <a class="jxr_linenumber" name="L330" href="#L330">330</a>                     <strong class="jxr_keyword">if</strong> (entry == <strong class="jxr_keyword">null</strong>) {

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-frame.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-frame.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.pool</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.http.pool</title>
         <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-summary.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/pool/package-summary.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.pool</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.http.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 HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -116,7 +116,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/BasicHttpProcessor.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/BasicHttpProcessor.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/BasicHttpProcessor.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/BasicHttpProcessor.html Mon Nov 30 10:34:26 2020
@@ -113,11 +113,11 @@
 <a class="jxr_linenumber" name="L105" href="#L105">105</a>         }
 <a class="jxr_linenumber" name="L106" href="#L106">106</a>     }
 <a class="jxr_linenumber" name="L107" href="#L107">107</a> 
-<a class="jxr_linenumber" name="L108" href="#L108">108</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpRequestInterceptor" href="../../../../org/apache/http/HttpRequestInterceptor.html#HttpRequestInterceptor">HttpRequestInterceptor</a> interceptor) {
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpRequestInterceptor" href="../../../../org/apache/http/HttpRequestInterceptor.html#HttpRequestInterceptor">HttpRequestInterceptor</a> interceptor) {
 <a class="jxr_linenumber" name="L109" href="#L109">109</a>         addRequestInterceptor(interceptor);
 <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>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpRequestInterceptor" href="../../../../org/apache/http/HttpRequestInterceptor.html#HttpRequestInterceptor">HttpRequestInterceptor</a> interceptor, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> index) {
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpRequestInterceptor" href="../../../../org/apache/http/HttpRequestInterceptor.html#HttpRequestInterceptor">HttpRequestInterceptor</a> interceptor, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> index) {
 <a class="jxr_linenumber" name="L113" href="#L113">113</a>         addRequestInterceptor(interceptor, index);
 <a class="jxr_linenumber" name="L114" href="#L114">114</a>     }
 <a class="jxr_linenumber" name="L115" href="#L115">115</a> 
@@ -147,11 +147,11 @@
 <a class="jxr_linenumber" name="L139" href="#L139">139</a>         <strong class="jxr_keyword">this</strong>.responseInterceptors.add(itcp);
 <a class="jxr_linenumber" name="L140" href="#L140">140</a>     }
 <a class="jxr_linenumber" name="L141" href="#L141">141</a> 
-<a class="jxr_linenumber" name="L142" href="#L142">142</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpResponseInterceptor" href="../../../../org/apache/http/HttpResponseInterceptor.html#HttpResponseInterceptor">HttpResponseInterceptor</a> interceptor) {
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpResponseInterceptor" href="../../../../org/apache/http/HttpResponseInterceptor.html#HttpResponseInterceptor">HttpResponseInterceptor</a> interceptor) {
 <a class="jxr_linenumber" name="L143" href="#L143">143</a>         addResponseInterceptor(interceptor);
 <a class="jxr_linenumber" name="L144" href="#L144">144</a>     }
 <a class="jxr_linenumber" name="L145" href="#L145">145</a> 
-<a class="jxr_linenumber" name="L146" href="#L146">146</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpResponseInterceptor" href="../../../../org/apache/http/HttpResponseInterceptor.html#HttpResponseInterceptor">HttpResponseInterceptor</a> interceptor, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> index) {
+<a class="jxr_linenumber" name="L146" href="#L146">146</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addInterceptor(<strong class="jxr_keyword">final</strong> <a name="HttpResponseInterceptor" href="../../../../org/apache/http/HttpResponseInterceptor.html#HttpResponseInterceptor">HttpResponseInterceptor</a> interceptor, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> index) {
 <a class="jxr_linenumber" name="L147" href="#L147">147</a>         addResponseInterceptor(interceptor, index);
 <a class="jxr_linenumber" name="L148" href="#L148">148</a>     }
 <a class="jxr_linenumber" name="L149" href="#L149">149</a> 

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/ExecutionContext.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/ExecutionContext.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/ExecutionContext.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/ExecutionContext.html Mon Nov 30 10:34:26 2020
@@ -49,25 +49,25 @@
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link org.apache.http.HttpConnection} object that</em>
 <a class="jxr_linenumber" name="L42" href="#L42">42</a>  <em class="jxr_javadoccomment">     * represents the actual HTTP connection.</em>
 <a class="jxr_linenumber" name="L43" href="#L43">43</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_CONNECTION  = <span class="jxr_string">"http.connection"</span>;
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>      String HTTP_CONNECTION  = <span class="jxr_string">"http.connection"</span>;
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>  
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link org.apache.http.HttpRequest} object that</em>
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em class="jxr_javadoccomment">     * represents the actual HTTP request.</em>
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_REQUEST     = <span class="jxr_string">"http.request"</span>;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      String HTTP_REQUEST     = <span class="jxr_string">"http.request"</span>;
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>  
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link org.apache.http.HttpResponse} object that</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em class="jxr_javadoccomment">     * represents the actual HTTP response.</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>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_RESPONSE    = <span class="jxr_string">"http.response"</span>;
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>      String HTTP_RESPONSE    = <span class="jxr_string">"http.response"</span>;
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>  
 <a class="jxr_linenumber" name="L58" href="#L58">58</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link org.apache.http.HttpHost} object that</em>
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>  <em class="jxr_javadoccomment">     * represents the connection target.</em>
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_TARGET_HOST = <span class="jxr_string">"http.target_host"</span>;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>      String HTTP_TARGET_HOST = <span class="jxr_string">"http.target_host"</span>;
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link org.apache.http.HttpHost} object that</em>
@@ -75,17 +75,16 @@
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em class="jxr_javadoccomment">     * @deprecated (4.3) do not use.</em>
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>      @Deprecated
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_PROXY_HOST  = <span class="jxr_string">"http.proxy_host"</span>;
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>  
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link Boolean} object that represents the</em>
-<a class="jxr_linenumber" name="L75" href="#L75">75</a>  <em class="jxr_javadoccomment">     * the flag indicating whether the actual request has been fully transmitted</em>
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>  <em class="jxr_javadoccomment">     * to the target host.</em>
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HTTP_REQ_SENT    = <span class="jxr_string">"http.request_sent"</span>;
-<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="L70" href="#L70">70</a>      @Deprecated String HTTP_PROXY_HOST  = <span class="jxr_string">"http.proxy_host"</span>;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>  
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em class="jxr_javadoccomment">     * Attribute name of a {@link Boolean} object that represents the</em>
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>  <em class="jxr_javadoccomment">     * the flag indicating whether the actual request has been fully transmitted</em>
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>  <em class="jxr_javadoccomment">     * to the target host.</em>
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      String HTTP_REQ_SENT    = <span class="jxr_string">"http.request_sent"</span>;
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>  
+<a class="jxr_linenumber" name="L79" href="#L79">79</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-4.4.x/httpcore/xref/org/apache/http/protocol/HttpContext.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/HttpContext.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/HttpContext.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/HttpContext.html Mon Nov 30 10:34:26 2020
@@ -56,7 +56,7 @@
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a name="HttpContext" href="../../../../org/apache/http/protocol/HttpContext.html#HttpContext">HttpContext</a> {
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>      <em class="jxr_javadoccomment">/** The prefix reserved for use by HTTP components. "http." */</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String RESERVED_PREFIX  = <span class="jxr_string">"http."</span>;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      String RESERVED_PREFIX  = <span class="jxr_string">"http."</span>;
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em class="jxr_javadoccomment">     * Obtains attribute with the given name.</em>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-frame.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-frame.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.protocol</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.http.protocol</title>
         <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-summary.html?rev=1883950&r1=1883949&r2=1883950&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/httpcore/xref/org/apache/http/protocol/package-summary.html Mon Nov 30 10:34:26 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 HttpCore 4.4.13 Reference Package org.apache.http.protocol</title>
+        <title>Apache HttpCore 4.4.14 Reference Package org.apache.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 HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -251,7 +251,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.13 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpCore 4.4.14 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">