Searched refs:setSslSocketFactory (Results 1 – 18 of 18) sorted by relevance
67 .setSslSocketFactory(clientContext.getSocketFactory()) in pinRootNotPresentInChain()122 .setSslSocketFactory(clientContext.getSocketFactory()) in pinIntermediatePresentInChain()181 .setSslSocketFactory(clientContext.getSocketFactory()) in unrelatedPinnedLeafCertificateInChain()254 .setSslSocketFactory(clientContext.getSocketFactory()) in unrelatedPinnedIntermediateCertificateInChain()
516 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in connectViaHttps()530 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in inspectHandshakeThroughoutRequestLifecycle()564 client.client().setSslSocketFactory(clientSocketFactory); in connectViaHttpsReusingConnections()583 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in connectViaHttpsReusingConnectionsDifferentFactories()588 client.client().setSslSocketFactory(null); in connectViaHttpsReusingConnectionsDifferentFactories()738 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in testConnectViaSocketFactory()815 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in testConnectViaDirectProxyToHttps()854 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in testConnectViaHttpProxyToHttps()886 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache()918 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in proxyConnectIncludesProxyHeadersOnly()[all …]
939 client.setSslSocketFactory(clientSocketFactory); in recoverFromTlsHandshakeFailure_tlsFallbackScsvEnabled()2041 client.setSslSocketFactory(sslContext.getSocketFactory()); in proxyConnectOmitsApplicationHeaders()2079 client.setSslSocketFactory(sslContext.getSocketFactory()); in proxyAuthenticateOnConnect()2116 client.setSslSocketFactory(sslContext.getSocketFactory()); in noProactiveProxyAuthorization()2146 .setSslSocketFactory(sslContext.getSocketFactory()) in ipv6HostHasSquareBraces()2207 client.setSslSocketFactory(sslContext.getSocketFactory()); in enableTls()2260 client.setSslSocketFactory(clientSocketFactory); in suppressTlsFallbackScsv()
228 client.setSslSocketFactory(sslContext.getSocketFactory()); in enableHttp2()
253 client.setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCaching()354 client.setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndRedirects()394 client.setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndProtocolRedirects()1679 client.setSslSocketFactory(sslContext.getSocketFactory()); in varyAndHttps()
92 okHttpClient.setSslSocketFactory(HttpsURLConnection.getDefaultSSLSocketFactory()); in createHttpsOkUrlFactory()
177 client.setSslSocketFactory(sslContext.getSocketFactory()); in wssScheme()185 client.setSslSocketFactory(sslContext.getSocketFactory()); in httpsScheme()
64 delegate.client.setSslSocketFactory(sslSocketFactory); in setSSLSocketFactory()
48 client.setSslSocketFactory(socketFactory); in prepare()
63 client.setSslSocketFactory(socketFactory); in prepare()
117 client.setSslSocketFactory(sslContext.getSocketFactory()); in get_httpsGet()232 client.setSslSocketFactory(sslContext.getSocketFactory()); in put_httpsGet()
350 client.setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndRedirects()388 client.setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndProtocolRedirects()1457 client.setSslSocketFactory(sslContext.getSocketFactory()); in varyAndHttps()
42 client.setSslSocketFactory(sslContext.getSocketFactory()); in CustomTrust()
182 client.setSslSocketFactory(createInsecureSslSocketFactory()); in createClient()
344 public OkHttpClient setSslSocketFactory(SSLSocketFactory sslSocketFactory) { in setSslSocketFactory() method in OkHttpClient
87 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in setUp()
337 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndRedirects()374 client.client().setSslSocketFactory(sslContext.getSocketFactory()); in secureResponseCachingAndProtocolRedirects()
684 okHttpClient.setSslSocketFactory(HttpsURLConnection.getDefaultSSLSocketFactory());807 * Correct casing of SSL in method names (`getSslSocketFactory`/`setSslSocketFactory`).