Searched refs:getResponseCode (Results 1 - 12 of 12) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java358 public int getResponseCode() throws IOException { method in class:HttpURLConnection
388 * @see #getResponseCode()
394 getResponseCode();
H A DURLClassLoader.java278 if ((code = ((HttpURLConnection) uc).getResponseCode()) >= 200
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DExcludedProxyTest.java100 conn2.getResponseCode();
123 conn4.getResponseCode();
216 conn.getResponseCode();
/dalvik/libcore/luni/src/test/java/java/net/
H A DURLConnectionTest.java124 assertTrue(conn.getResponseCode() > 0);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java116 public int getResponseCode() throws IOException { method in class:HttpsURLConnectionImpl
117 return httpsEngine.getResponseCode();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java69 * @tests java.net.HttpURLConnection#getResponseCode()
74 method = "getResponseCode",
80 assertEquals("Wrong response", 200, uc.getResponseCode());
87 conn.getResponseCode();
448 assertTrue(conn.getResponseCode() > 0);
544 ((HttpURLConnection) uc).getResponseCode();
578 ((HttpURLConnection) uc).getResponseCode();
744 assertEquals(200, uc.getResponseCode());
H A DURLConnectionTest.java473 assertEquals(200, connection.getResponseCode());
1352 int code = ((HttpURLConnection) uc3).getResponseCode();
1821 assertEquals(200,((HttpURLConnection) uc2).getResponseCode());
1846 assertEquals(200,((HttpURLConnection) uc2).getResponseCode());
H A DURLTest.java638 conn.getResponseCode();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java298 method = "getResponseCode",
334 200, connection.getResponseCode());
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHttpURLConnectionImpl.java1357 } while (getResponseCode() == 100);
1369 public int getResponseCode() throws IOException { method in class:HttpURLConnectionImpl
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1389 log("Response code: " + connection.getResponseCode());
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DPKIXCertPathReviewer.java2376 if (conn.getResponseCode() == HttpURLConnection.HTTP_OK)

Completed in 810 milliseconds