File
Doc
Category
Size
Date
Package
HttpResponseCache.java
API Doc
Android 5.1 API
1430
Sat Mar 14 14:09:36 GMT 2015
android.net.http
HttpResponseCache
java.lang.Object
java.net.ResponseCache
public final class HttpResponseCache extends ResponseCache implements Closeable
Fields Summary
Constructors Summary
HttpResponseCache
()
throw new RuntimeException("Stub!");
Methods Summary
public void
close
()
throw new RuntimeException("Stub!");
public void
delete
()
throw new RuntimeException("Stub!");
public void
flush
()
throw new RuntimeException("Stub!");
public
java.net.CacheResponse
get
(
java.net.URI
uri,
java.lang.String
requestMethod,
java.util.Map
requestHeaders)
throw new RuntimeException("Stub!");
public
int
getHitCount
()
throw new RuntimeException("Stub!");
public static
android.net.http.HttpResponseCache
getInstalled
()
throw new RuntimeException("Stub!");
public
int
getNetworkCount
()
throw new RuntimeException("Stub!");
public
int
getRequestCount
()
throw new RuntimeException("Stub!");
public static
android.net.http.HttpResponseCache
install
(
java.io.File
directory,
long
maxSize)
throw new RuntimeException("Stub!");
public
long
maxSize
()
throw new RuntimeException("Stub!");
public
java.net.CacheRequest
put
(
java.net.URI
uri,
java.net.URLConnection
urlConnection)
throw new RuntimeException("Stub!");
public
long
size
()
throw new RuntimeException("Stub!");
Java Code Source