Home
last modified time | relevance | path

Searched defs:responseCode (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpRetryException.java42 private int responseCode; field in HttpRetryException
76 public int responseCode() { in responseCode() method in HttpRetryException
DHttpURLConnection.java488 protected int responseCode = -1; field in HttpURLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java910 private final int responseCode; field in HttpsURLConnectionTest.SingleRequestDispatcher
914 private SingleRequestDispatcher(String expectedMethod, int responseCode) { in SingleRequestDispatcher()