Searched refs:getSslSocketFactory (Results 1 – 7 of 7) sorted by relevance
177 assertNotNull(a.getSslSocketFactory()); in cloneSharesStatefulInstances()184 assertSame(a.getSslSocketFactory(), b.getSslSocketFactory()); in cloneSharesStatefulInstances()
101 if (route.getAddress().getSslSocketFactory() == null in connect()148 if (route.getAddress().getSslSocketFactory() != null) { in connectSocket()176 SSLSocketFactory sslSocketFactory = address.getSslSocketFactory(); in connectTls()206 TrustRootIndex trustRootIndex = trustRootIndex(address.getSslSocketFactory()); in connectTls()
68 return delegate.client.getSslSocketFactory(); in getSSLSocketFactory()
158 public SSLSocketFactory getSslSocketFactory() { in getSslSocketFactory() method in Address
349 public SSLSocketFactory getSslSocketFactory() { in getSslSocketFactory() method in OkHttpClient
977 sslSocketFactory = client.getSslSocketFactory(); in createAddress()
807 * Correct casing of SSL in method names (`getSslSocketFactory`/`setSslSocketFactory`).