Searched refs:getUrl (Results 1 – 6 of 6) sorted by relevance
139 URL url = webServer.getUrl("/"); in testHttpsConnection()172 URL url = webServer.getUrl("/"); in testHttpsConnection_Not_Found_Response()217 URL url = webServer.getUrl("/"); in testSetDefaultSSLSocketFactory()257 URL url = webServer.getUrl("/"); in testSetSSLSocketFactory()333 URL url = webServer.getUrl("/"); in testSetHostnameVerifier()369 URL url = webServer.getUrl("/"); in test_doOutput()406 URL proxyUrl = proxyAndWebServer.getUrl("/"); in testProxyConnection()455 URL proxyUrl = proxyAndWebServer.getUrl("/"); in testProxyAuthConnection()489 URL proxyUrl1 = proxyAndWebServer1.getUrl("/"); in testConsequentProxyConnection()505 URL proxyUrl2 = proxyAndWebServer2.getUrl("/"); in testConsequentProxyConnection()[all …]
69 URLConnection connection = server.getUrl("/path/foo").openConnection(); in test_get_put()
345 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieA); in testSendingCookiesFromStore()347 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieB); in testSendingCookiesFromStore()367 .addHeader("Location: " + redirectTarget.getUrl("/"))); in testRedirectsDoNotIncludeTooManyCookies()375 cookieManager.getCookieStore().add(redirectSource.getUrl("/").toURI(), cookie); in testRedirectsDoNotIncludeTooManyCookies()418 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); in testHeadersSentToCookieHandler()760 URLConnection connection = server.getUrl(path).openConnection(); in get()
63 url = server.getUrl("/"); in setUp()
598 assertEquals(server.getUrl("/systemBar").toString(), systemId); in testExternalEntityDownload()623 source.setSystemId(server.getUrl("/systemFoo").toString()); in testExternalEntityDownload()
107 String getUrl() throws SQLException; in getUrl() method