Searched refs:getUrl (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java213 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
274 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
289 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
318 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
325 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
339 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
340 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
358 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
360 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
362 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/
[all...]
H A DOldCookieHandlerTest.java69 URLConnection connection = server.getUrl("/path/foo").openConnection();
H A DAbstractCookiesTest.java345 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieA);
347 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieB);
367 .addHeader("Location: " + redirectTarget.getUrl("/")));
375 cookieManager.getCookieStore().add(redirectSource.getUrl("/").toURI(), cookie);
418 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
768 URLConnection connection = server.getUrl(path).openConnection();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java139 URL url = webServer.getUrl("/");
172 URL url = webServer.getUrl("/");
217 URL url = webServer.getUrl("/");
257 URL url = webServer.getUrl("/");
333 URL url = webServer.getUrl("/");
369 URL url = webServer.getUrl("/");
406 URL proxyUrl = proxyAndWebServer.getUrl("/");
455 URL proxyUrl = proxyAndWebServer.getUrl("/");
489 URL proxyUrl1 = proxyAndWebServer1.getUrl("/");
505 URL proxyUrl2 = proxyAndWebServer2.getUrl("/");
[all...]
/libcore/benchmarks/src/benchmarks/regression/
H A DURLConnectionBenchmark.java63 url = server.getUrl("/");
/libcore/luni/src/test/java/libcore/xml/
H A DExpatSaxParserTest.java598 assertEquals(server.getUrl("/systemBar").toString(), systemId);
623 source.setSystemId(server.getUrl("/systemFoo").toString());
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java107 String getUrl() throws SQLException; method in interface:RowSet
122 * @see #getUrl
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java102 public URL getUrl(String path) throws MalformedURLException, UnknownHostException { method in class:MockWebServer

Completed in 5136 milliseconds