summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:00 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:00 -0800
commit8b7d40049e7f35f9770fc024363a9fa6e88dff15 (patch)
tree2e08a2a91d6d14995df54490e3667f7943fbc6d6
parentdffd5a3100836cece5d90eb827f380a72360dc29 (diff)
downloadexternal_apache-http-8b7d40049e7f35f9770fc024363a9fa6e88dff15.zip
external_apache-http-8b7d40049e7f35f9770fc024363a9fa6e88dff15.tar.gz
external_apache-http-8b7d40049e7f35f9770fc024363a9fa6e88dff15.tar.bz2
auto import from //depot/cupcake/@132589
-rw-r--r--src/org/apache/http/conn/ssl/SSLSocketFactory.java13
1 files changed, 0 insertions, 13 deletions
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}.