Searched defs:https (Results 1 - 3 of 3) sorted by path

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
219 URL url = new URL("https://localhost:" + ss.getLocalPort());
264 URL url = new URL("https://localhost:" + ss.getLocalPort());
305 URL url = new URL("https://localhost:" + ss.getLocalPort());
343 URL url = new URL("https://localhost:55555");
393 URL url = new URL("https://localhost:" + ss.getLocalPort());
435 URL url = new URL("https://localhost:" + ss.getLocalPort());
471 URL url = new URL("https
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java139 System.clearProperty("https.proxyHost");
140 System.clearProperty("https.proxyPort");
647 * https://github.com/square/okhttp/issues/515
788 // https should not use http proxy
835 URL url = new URL("https://android.com/foo");
853 /** Tolerate bad https proxy response when using HttpResponseCache. Android bug 6754912. */
873 URL url = new URL("https://android.com/foo");
899 URL url = new URL("https://android.com/foo");
931 URL url = new URL("https://android.com/foo");
961 URL url = new URL("https
1898 redirectToAnotherOriginServer(boolean https) argument
[all...]

Completed in 691 milliseconds