Searched refs:setSSLSocketFactory (Results 1 – 6 of 6) sorted by relevance
142 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 …]
55 …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
565 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 …]
19417 method public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory);