Searched defs:useHttps (Results 1 – 2 of 2) sorted by relevance
160 public void useHttps(SSLSocketFactory sslSocketFactory, boolean tunnelProxy) { in useHttps() method in MockWebServer
752 public void testConnectViaSocketFactory(boolean useHttps) throws IOException { in testConnectViaSocketFactory()