Searched refs:CacheRequest (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DCacheRequest.java23 * {@code CacheRequest} is a kind of channel for storing resource data in the
25 * which is provided by the {@code CacheRequest} object, to store the resource
33 public abstract class CacheRequest { class
38 public CacheRequest() { method in class:CacheRequest
H A DResponseCache.java70 * or not. If so, this method returns a {@code CacheRequest} to write the
77 * @return a CacheRequest object with a WriteableByteChannel if the resource
84 public abstract CacheRequest put(URI uri, URLConnection connection) throws IOException;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DResponseCacheTest.java20 import java.net.CacheRequest;
65 public CacheRequest put(URI arg0, URLConnection arg1)
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java30 import java.net.CacheRequest;
1942 @Override public CacheRequest put(URI uri, URLConnection connection) throws IOException {
1971 @Override public CacheRequest put(URI uri, URLConnection connection) throws IOException {
1972 return new CacheRequest() {
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java37 import java.net.CacheRequest;

Completed in 1344 milliseconds