Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2017-05-07 13:36:35 +00:00
parent 404b4d134c
commit c5257a771d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public interface AsyncClientConnectionManager extends Closeable {
* the endpoint target by calling {@link #connect(AsyncConnectionEndpoint,
* ConnectionInitiator, TimeValue, Object, HttpContext, FutureCallback)}
* in order to connect directly to the target or to the first proxy hop,
* and optionally calling {@link #upgrade(AsyncConnectionEndpoint, HttpContext)}
* and optionally calling {@link #upgrade(AsyncConnectionEndpoint, Object, HttpContext)}
* method to upgrade the underlying transport to Transport Layer Security
* after having executed a {@code CONNECT} method to all intermediate
* proxy hops.