Searched refs:responseCode (Results 1 – 6 of 6) 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());
911 private final int responseCode; field in HttpsURLConnectionTest.SingleRequestDispatcher915 private SingleRequestDispatcher(String expectedMethod, int responseCode) { in SingleRequestDispatcher() argument916 this.responseCode = responseCode; in SingleRequestDispatcher()933 response.setResponseCode(responseCode); in dispatch()
5636 method public int responseCode();5696 field protected int responseCode;