FileDocCategorySizeDatePackage
HttpResponseCache.javaAPI DocAndroid 5.1 API1430Sat Mar 14 14:09:36 GMT 2015android.net.http

HttpResponseCache

public final class HttpResponseCache extends ResponseCache implements Closeable

Fields Summary
Constructors Summary
HttpResponseCache()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclose()

 throw new RuntimeException("Stub!"); 
public voiddelete()

 throw new RuntimeException("Stub!"); 
public voidflush()

 throw new RuntimeException("Stub!"); 
public java.net.CacheResponseget(java.net.URI uri, java.lang.String requestMethod, java.util.Map requestHeaders)

 throw new RuntimeException("Stub!"); 
public intgetHitCount()

 throw new RuntimeException("Stub!"); 
public static android.net.http.HttpResponseCachegetInstalled()

 throw new RuntimeException("Stub!"); 
public intgetNetworkCount()

 throw new RuntimeException("Stub!"); 
public intgetRequestCount()

 throw new RuntimeException("Stub!"); 
public static android.net.http.HttpResponseCacheinstall(java.io.File directory, long maxSize)

 throw new RuntimeException("Stub!"); 
public longmaxSize()

 throw new RuntimeException("Stub!"); 
public java.net.CacheRequestput(java.net.URI uri, java.net.URLConnection urlConnection)

 throw new RuntimeException("Stub!"); 
public longsize()

 throw new RuntimeException("Stub!");