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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1593 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MULT_CHOICE);
1597 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_PERM);
1601 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_TEMP);
1605 testResponseRedirectedWithPost(HttpURLConnection.HTTP_SEE_OTHER);
1608 private void testResponseRedirectedWithPost(int redirectCode) throws Exception { method in class:URLConnectionTest

Completed in 76 milliseconds