Moved SSL socket factory to o.a.http.conn.ssl

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@404819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2006-05-07 18:47:53 +00:00
parent ef94bc7339
commit 63f3ec6457
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*
*/
package org.apache.httpclient.impl.io;
package org.apache.http.conn.ssl;
import java.io.IOException;
import java.net.InetAddress;