Searched refs:setSSLSocketFactory (Results 1 – 6 of 6) sorted by relevance
141 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 …]
56 …public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory sf) { throw new RuntimeException("S… in setSSLSocketFactory() method in HttpsURLConnection
238 con.setSSLSocketFactory(null); in test_setSSLSocketFactory()244 con.setSSLSocketFactory(ssf); in test_setSSLSocketFactory()
433 public void setSSLSocketFactory(SSLSocketFactory sf) { in setSSLSocketFactory() method in HttpsURLConnection
561 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 …]
17790 method public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory);