mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 23:16:33 +00:00
Javadoc 8 fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdd7cae18b
commit
6d7b82d0b6
@ -61,10 +61,11 @@
|
||||
import org.apache.http.message.BasicHeader;
|
||||
|
||||
/**
|
||||
* An Executor for fluent requests
|
||||
* <p/>
|
||||
* An Executor for fluent requests.
|
||||
* <p>
|
||||
* A {@link PoolingHttpClientConnectionManager} with maximum 100 connections per route and
|
||||
* a total maximum of 200 connections is used internally.
|
||||
* </p>
|
||||
*/
|
||||
public class Executor {
|
||||
|
||||
|
@ -255,8 +255,10 @@ public Request version(final HttpVersion version) {
|
||||
|
||||
/**
|
||||
* This parameter can no longer be used at the request level.
|
||||
* <p/>
|
||||
* <p>
|
||||
* This method has no effect. Do not use.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated (4.3)
|
||||
*/
|
||||
@Deprecated
|
||||
|
Loading…
x
Reference in New Issue
Block a user