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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1548 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MULT_CHOICE);
1552 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_PERM);
1556 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_TEMP);
1560 testResponseRedirectedWithPost(HttpURLConnection.HTTP_SEE_OTHER);
1563 private void testResponseRedirectedWithPost(int redirectCode) throws Exception { method in class:URLConnectionTest

Completed in 8 milliseconds