Searched defs:getResponseCode (Results 1 - 3 of 3) 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();
/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/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

Completed in 109 milliseconds