Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
effe3abe30
commit
b2deb7e3ca
|
@ -58,7 +58,7 @@ public interface SchemeSocketFactory {
|
||||||
* Connects a socket to the target host with the given remote address.
|
* Connects a socket to the target host with the given remote address.
|
||||||
*
|
*
|
||||||
* @param sock the socket to connect, as obtained from
|
* @param sock the socket to connect, as obtained from
|
||||||
* {@link #createSocket() createSocket}.
|
* {@link #createSocket(HttpParams) createSocket}.
|
||||||
* <code>null</code> indicates that a new socket
|
* <code>null</code> indicates that a new socket
|
||||||
* should be created and connected.
|
* should be created and connected.
|
||||||
* @param remoteAddress the remote address to connect to
|
* @param remoteAddress the remote address to connect to
|
||||||
|
|
Loading…
Reference in New Issue