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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java1308 testResponseRedirectedWithPost(OkHttpConnection.HTTP_MULT_CHOICE);
1312 testResponseRedirectedWithPost(OkHttpConnection.HTTP_MOVED_PERM);
1316 testResponseRedirectedWithPost(OkHttpConnection.HTTP_MOVED_TEMP);
1320 testResponseRedirectedWithPost(OkHttpConnection.HTTP_SEE_OTHER);
1323 private void testResponseRedirectedWithPost(int redirectCode) throws Exception { method in class:URLConnectionTest

Completed in 101 milliseconds