Searched refs:responseCode (Results 1 – 5 of 5) sorted by relevance
42 private int responseCode; field in HttpRetryException54 responseCode = code; in HttpRetryException()67 responseCode = code; in HttpRetryException()76 public int responseCode() { in responseCode() method in HttpRetryException77 return responseCode; in responseCode()
488 protected int responseCode = -1; field in HttpURLConnection675 if (responseCode != -1) { in getResponseCode()676 return responseCode; in getResponseCode()729 responseCode = Integer.parseInt in getResponseCode()731 return responseCode; in getResponseCode()
32 assertTrue("responseCode is incorrect: " + hre.responseCode(), in test_ConstructorLStringI()33 hre.responseCode() == codes[i]); in test_ConstructorLStringI()47 assertTrue("responseCode is incorrect: " + hre.responseCode(), in test_ConstructorLStringILString()48 hre.responseCode() == codes[i]); in test_ConstructorLStringILString()
42 assertEquals("responseCode", ref.responseCode(), tst.responseCode());
910 private final int responseCode; field in HttpsURLConnectionTest.SingleRequestDispatcher914 private SingleRequestDispatcher(String expectedMethod, int responseCode) { in SingleRequestDispatcher() argument915 this.responseCode = responseCode; in SingleRequestDispatcher()932 response.setResponseCode(responseCode); in dispatch()