Home
last modified time | relevance | path

Searched refs:getSocketFactory (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java62 server.useHttps(testSSLContext.serverContext.getSocketFactory(), false); in testConnectToHttps()
86 .newInstance(testSSLContext.clientContext.getSocketFactory()); in newSslSocketFactory()
151 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); in testConnectViaHttpProxyToHttps()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java173 public static SSLSocketFactory getSocketFactory() { in getSocketFactory() method in SSLSocketFactory
205 this.socketfactory = this.sslcontext.getSocketFactory(); in SSLSocketFactory()
/frameworks/base/core/java/android/net/
DNetwork.java194 public SocketFactory getSocketFactory() { in getSocketFactory() method in Network
290 client.setSocketFactory(getSocketFactory()).setConnectionPool(mConnectionPool); in openConnection()
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd224 urlConnection.setSSLSocketFactory(context.getSocketFactory());
/frameworks/base/api/
Dcurrent.txt18329 method public javax.net.SocketFactory getSocketFactory();
55428 method public final javax.net.ssl.SSLSocketFactory getSocketFactory();
57029 method public static org.apache.http.conn.ssl.SSLSocketFactory getSocketFactory();
Dsystem-current.txt19841 method public javax.net.SocketFactory getSocketFactory();
58034 method public final javax.net.ssl.SSLSocketFactory getSocketFactory();
59635 method public static org.apache.http.conn.ssl.SSLSocketFactory getSocketFactory();