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.
|
||||
*
|
||||
* 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
|
||||
* keepAlive returns false, this should have no meaningful impact
|
||||
*
|
||||
|
|
|
@ -47,7 +47,7 @@ import org.apache.http.util.EntityUtils;
|
|||
*
|
||||
* If this is used with
|
||||
* {@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.
|
||||
*
|
||||
* @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
|
||||
|
|
Loading…
Reference in New Issue