Searched defs:responseCode (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ | ||
D | HttpRetryException.java | 42 private int responseCode; field in HttpRetryException |
D | HttpURLConnection.java | 488 protected int responseCode = -1; field in HttpURLConnection |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ | ||
D | HttpsURLConnectionTest.java | 910 private final int responseCode; field in HttpsURLConnectionTest.SingleRequestDispatcher |