Searched defs:getResponseCode (Results 1 – 5 of 5) sorted by relevance
/external/okhttp/src/main/java/com/squareup/okhttp/ | ||
D | OkHttpConnection.java | 635 public int getResponseCode() throws IOException { in getResponseCode() method in OkHttpConnection |
/external/okhttp/src/main/java/libcore/net/http/ | ||
D | RawHeaders.java | 157 public int getResponseCode() { in getResponseCode() method in RawHeaders |
D | HttpURLConnectionImpl.java | 490 @Override public final int getResponseCode() throws IOException { in getResponseCode() method in HttpURLConnectionImpl |
D | HttpEngine.java | 335 public final int getResponseCode() { in getResponseCode() method in HttpEngine |
D | HttpsURLConnectionImpl.java | 133 public int getResponseCode() throws IOException { in getResponseCode() method in HttpsURLConnectionImpl |