Searched refs:fileUrl (Results 1 – 2 of 2) sorted by relevance
91 URL fileUrl = getFileUrlWithCredentials(VALID_USER, VALID_PASSWORD, FILE_PATH); in testInputUrl() local92 URLConnection connection = fileUrl.openConnection(); in testInputUrl()113 URL fileUrl = getFileUrlWithCredentials(user, password, FILE_PATH); in checkInputUrl_invalidUserOrPassword() local114 URLConnection connection = fileUrl.openConnection(); in checkInputUrl_invalidUserOrPassword()128 URL fileUrl = getFileUrlWithCredentials(VALID_USER, VALID_PASSWORD, filePath); in testOutputUrl() local129 URLConnection connection = fileUrl.openConnection(); in testOutputUrl()141 URL fileUrl = addFileEntry(FILE_PATH, fileContents); in testConnectOverProxy_noProxy() local142 URLConnection connection = fileUrl.openConnection(proxy); in testConnectOverProxy_noProxy()177 URL fileUrl = addFileEntry(FILE_PATH, fileContents); in testConnectOverProxy_explicit_http_uses_direct_connection() local181 URLConnection connection = fileUrl.openConnection(proxy); in testConnectOverProxy_explicit_http_uses_direct_connection()[all …]
2748 URL fileUrl = server.getUrl("/file" + string + "/#discarded");2749 HttpURLConnection urlConnection = (HttpURLConnection) fileUrl.openConnection();