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.java141 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection()
174 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection_Not_Found_Response()
262 connection.setSSLSocketFactory(socketFactory); in testSetSSLSocketFactory()
335 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testSetHostnameVerifier()
371 connection.setSSLSocketFactory(getContext().getSocketFactory()); in test_doOutput()
411 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyConnection()
460 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyAuthConnection()
494 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testConsequentProxyConnection()
509 connection2.setSSLSocketFactory(getContext().getSocketFactory()); in testConsequentProxyConnection()
566 connection.setSSLSocketFactory(getContext().getSocketFactory()); in testProxyAuthConnection_doOutput()
[all …]
/libcore/ojluni/annotations/mmodule/javax/net/ssl/
DHttpsURLConnection.annotated.java56 …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.java561 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaHttps()
580 connection.setSSLSocketFactory(clientSocketFactory); in connectViaHttpsReusingConnections()
584 connection.setSSLSocketFactory(clientSocketFactory); in connectViaHttpsReusingConnections()
602 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpsReusingConnectionsDifferentFactories()
628 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpsToUntrustedServer()
728 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaDirectProxyToHttps()
770 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in checkConnectViaHttpProxyToHttps()
812 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache()
1102 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in proxyConnectIncludesProxyHeadersOnly()
1151 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory()); in proxyAuthenticateOnConnect()
[all …]
/libcore/api/
Dcurrent.txt17790 method public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory);