Searched defs:urlConnection (Results 1 – 4 of 4) sorted by relevance
201 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); in assertForbiddenRequestHeaderName() local213 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); in assertForbiddenRequestHeaderValue() local223 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); in setAndReturnRequestHeaderValue() local232 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); in testRequestHeaders() local293 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); in testGetRequestPropertyReturnsLastValue() local308 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); in testResponseHeaders() local1448 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); in testSetChunkedStreamingMode() local
116 URLConnection urlConnection = url.openConnection(); in parse() local
661 URLConnection urlConnection; in getPermissions() local
763 URLConnection urlConnection = new URL(url).openConnection(); in openUrl() local