Searched defs:getHeaders (Results 1 - 7 of 7) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DCacheResponse.java28 * getHeaders()} to fetch the response headers.
62 public abstract Map<String, List<String>> getHeaders() throws IOException; method in class:CacheResponse
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DCacheResponseTest.java52 method = "getHeaders",
64 assertNull(mcr.getHeaders());
74 public Map<String,List<String>> getHeaders() throws IOException { method in class:CacheResponseTest.MockCacheResponse
H A DSecureCacheResponseTest.java96 assertNull(scr.getHeaders());
152 public Map<String, List<String>> getHeaders() throws IOException { method in class:SecureCacheResponseTest.TestSecureCacheResponse
H A DResponseCacheTest.java290 public Map getHeaders() { method in class:ResponseCacheTest.TestCacheResponse
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java1052 public Map<String, List<String>> getHeaders() throws IOException { method in class:HttpURLConnectionTest.MockCacheResponse
H A DURLConnectionTest.java350 public Map<String, List<String>> getHeaders() throws IOException { method in class:URLConnectionTest.MockCacheResponse
476 Map<String, String> headers = server.pathToRequest().get(path).getHeaders();
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java339 public Map<String, String> getHeaders() { method in class:Support_TestWebServer.Request

Completed in 181 milliseconds