mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
Javadoc corrections
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@721746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
967655eb86
commit
89df3c059b
@ -54,7 +54,7 @@ public interface ConnectionKeepAliveStrategy {
|
|||||||
* there is no suitable suggestion.
|
* there is no suitable suggestion.
|
||||||
*
|
*
|
||||||
* When coupled with a {@link ConnectionReuseStrategy}, if
|
* When coupled with a {@link ConnectionReuseStrategy}, if
|
||||||
* {@link ConnectionReuseStrategy#keepAlive(HttpResponse, HttpContext)
|
* {@link ConnectionReuseStrategy#keepAlive(HttpResponse, HttpContext)}
|
||||||
* returns true, this allows you to control how long the reuse will last. If
|
* returns true, this allows you to control how long the reuse will last. If
|
||||||
* keepAlive returns false, this should have no meaningful impact
|
* keepAlive returns false, this should have no meaningful impact
|
||||||
*
|
*
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
*
|
*
|
||||||
* If this is used with
|
* If this is used with
|
||||||
* {@link org.apache.http.client.HttpClient#execute(
|
* {@link org.apache.http.client.HttpClient#execute(
|
||||||
* org.apache.http.client.methods.HttpUriRequest, ResponseHandler),
|
* org.apache.http.client.methods.HttpUriRequest, ResponseHandler)},
|
||||||
* HttpClient may handle redirects (3xx responses) internally.
|
* HttpClient may handle redirects (3xx responses) internally.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
|
* @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user