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:
parent
ef94bc7339
commit
63f3ec6457
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.httpclient.impl.io;
|
||||
package org.apache.http.conn.ssl;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.InetAddress;
|
Loading…
Reference in New Issue