git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-05-01 16:25:44 +00:00
parent effe3abe30
commit b2deb7e3ca
1 changed files with 1 additions and 1 deletions

View File

@ -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