From 8b7d40049e7f35f9770fc024363a9fa6e88dff15 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 14:04:00 -0800 Subject: auto import from //depot/cupcake/@132589 --- src/org/apache/http/conn/ssl/SSLSocketFactory.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/org/apache') diff --git a/src/org/apache/http/conn/ssl/SSLSocketFactory.java b/src/org/apache/http/conn/ssl/SSLSocketFactory.java index 1be6c3a..498b43e 100644 --- a/src/org/apache/http/conn/ssl/SSLSocketFactory.java +++ b/src/org/apache/http/conn/ssl/SSLSocketFactory.java @@ -217,19 +217,6 @@ public class SSLSocketFactory implements LayeredSocketFactory { } /** - * Constructs an HttpClient SSLSocketFactory backed by the given JSSE - * SSLSocketFactory. - * - * @hide - */ - public SSLSocketFactory(javax.net.ssl.SSLSocketFactory socketfactory) { - super(); - this.sslcontext = null; - this.socketfactory = socketfactory; - this.nameResolver = null; - } - - /** * Creates the default SSL socket factory. * This constructor is used exclusively to instantiate the factory for * {@link #getSocketFactory getSocketFactory}. -- cgit v1.1