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:
parent
404b4d134c
commit
c5257a771d
|
@ -62,7 +62,7 @@ public interface AsyncClientConnectionManager extends Closeable {
|
||||||
* the endpoint target by calling {@link #connect(AsyncConnectionEndpoint,
|
* the endpoint target by calling {@link #connect(AsyncConnectionEndpoint,
|
||||||
* ConnectionInitiator, TimeValue, Object, HttpContext, FutureCallback)}
|
* ConnectionInitiator, TimeValue, Object, HttpContext, FutureCallback)}
|
||||||
* in order to connect directly to the target or to the first proxy hop,
|
* 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
|
* method to upgrade the underlying transport to Transport Layer Security
|
||||||
* after having executed a {@code CONNECT} method to all intermediate
|
* after having executed a {@code CONNECT} method to all intermediate
|
||||||
* proxy hops.
|
* proxy hops.
|
||||||
|
|
Loading…
Reference in New Issue