Searched refs:getResponseMessage (Results 1 – 7 of 7) sorted by relevance
486 @Override public String getResponseMessage() throws IOException { in getResponseMessage() method in HttpURLConnectionImpl487 return getResponse().getResponseHeaders().getHeaders().getResponseMessage(); in getResponseMessage()
138 public String getResponseMessage() throws IOException { in getResponseMessage() method in HttpsURLConnectionImpl139 return delegate.getResponseMessage(); in getResponseMessage()
164 public String getResponseMessage() { in getResponseMessage() method in RawHeaders
115 String message = http.getResponseMessage(); in dump()
667 public String getResponseMessage() throws IOException { in getResponseMessage() method in OkHttpConnection
192 throw new IOException(conn.getResponseCode() + " " + conn.getResponseMessage());
213 assertEquals("Fantastic", urlConnection.getResponseMessage()); in testResponseHeaders()