Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java142 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection()
175 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection_Not_Found_Response()
263 connection.setSSLSocketFactory(socketFactory); in testSetSSLSocketFactory()
336 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testSetHostnameVerifier()
372 connection.setSSLSocketFactory(getContext().getSocketFactory()); in test_doOutput()
412 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyConnection()
461 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyAuthConnection()
495 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testConsequentProxyConnection()
510 connection2.setSSLSocketFactory(getContext().getSocketFactory()); in testConsequentProxyConnection()
567 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyAuthConnection_doOutput()
[all …]
/libcore/ojluni/annotations/mmodule/javax/net/ssl/
DHttpsURLConnection.annotated.java55 …public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory sf) { throw new RuntimeException("S… in setSSLSocketFactory() method in HttpsURLConnection
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java238 con.setSSLSocketFactory(null); in test_setSSLSocketFactory()
244 con.setSSLSocketFactory(ssf); in test_setSSLSocketFactory()
/libcore/ojluni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java433 public void setSSLSocketFactory(SSLSocketFactory sf) { in setSSLSocketFactory() method in HttpsURLConnection
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java565 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaHttps()
584 connection.setSSLSocketFactory(clientSocketFactory); in connectViaHttpsReusingConnections()
588 connection.setSSLSocketFactory(clientSocketFactory); in connectViaHttpsReusingConnections()
606 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpsReusingConnectionsDifferentFactories()
632 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpsToUntrustedServer()
732 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaDirectProxyToHttps()
774 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaHttpProxyToHttps()
816 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache()
1106 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in proxyConnectIncludesProxyHeadersOnly()
1155 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in proxyAuthenticateOnConnect()
[all …]
/libcore/api/
Dcurrent.txt19417 method public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory);