Package org.robolectric.shadows
Class ShadowHttpResponseCache
java.lang.Object
org.robolectric.shadows.ShadowHttpResponseCache
@Implements(value=android.net.http.HttpResponseCache.class,
callThroughByDefault=false)
public class ShadowHttpResponseCache
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
close()
protected void
delete()
protected CacheResponse
protected int
protected static HttpResponseCache
protected int
protected int
protected static HttpResponseCache
protected long
maxSize()
protected CacheRequest
put
(URI uri, URLConnection urlConnection) protected long
size()
-
Constructor Details
-
ShadowHttpResponseCache
public ShadowHttpResponseCache()
-
-
Method Details
-
install
-
getInstalled
-
maxSize
-
size
-
close
-
delete
-
getHitCount
-
getNetworkCount
-
getRequestCount
-
get
@Implementation protected CacheResponse get(URI uri, String requestMethod, Map<String, List<String>> requestHeaders) -
put
-