Searched refs:checkResponse (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/6725892/
H A DTest.java196 if (!checkResponse (is, RESPONSE_BODY)) {
247 static boolean checkResponse (InputStream is, String resp) { method in class:Test
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java381 public void checkResponse (String header, String method, URL url) method in class:DigestAuthentication
383 checkResponse (header, method, url.getFile());
386 public void checkResponse (String header, String method, String uri) method in class:DigestAuthentication
H A DHttpURLConnection.java2266 da.checkResponse (raw, method, getRequestURI());
2276 da.checkResponse (raw, method, url);

Completed in 166 milliseconds