Searched refs:HTTP_SEE_OTHER (Results 1 – 8 of 8) sorted by relevance
28 import static java.net.HttpURLConnection.HTTP_SEE_OTHER;145 case HTTP_SEE_OTHER: in isRedirect()
29 import static java.net.HttpURLConnection.HTTP_SEE_OTHER;152 case HTTP_SEE_OTHER: in isRedirect()
470 || responseCode == HttpURLConnection.HTTP_SEE_OTHER in makeConnection()479 || responseCode == HttpURLConnection.HTTP_SEE_OTHER)) { in makeConnection()
62 HttpURLConnection.HTTP_SEE_OTHER -> { in doOpenConnectionToReadContent()
66 import static java.net.HttpURLConnection.HTTP_SEE_OTHER;932 case HTTP_SEE_OTHER: in followUpRequest()
65 import static java.net.HttpURLConnection.HTTP_SEE_OTHER;919 case HTTP_SEE_OTHER: in followUpRequest()
305 # define HTTP_SEE_OTHER HTTP_STATUS_SEE_OTHER macro
2027 testResponseRedirectedWithPost(HttpURLConnection.HTTP_SEE_OTHER, TransferKind.END_OF_STREAM);