Uses of Class
java.net.ResponseCache
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| java.net |
-
Uses of ResponseCache in com.squareup.okhttp
Subclasses of ResponseCache in com.squareup.okhttp Modifier and Type Class Description classHttpResponseCacheCaches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth.Methods in com.squareup.okhttp that return ResponseCache Modifier and Type Method Description ResponseCacheOkHttpClient. getResponseCache()Methods in com.squareup.okhttp with parameters of type ResponseCache Modifier and Type Method Description OkHttpClientOkHttpClient. setResponseCache(ResponseCache responseCache)Sets the response cache to be used to read and write cached responses. -
Uses of ResponseCache in com.squareup.okhttp.internal.http
Constructors in com.squareup.okhttp.internal.http with parameters of type ResponseCache Constructor Description OkResponseCacheAdapter(ResponseCache responseCache) -
Uses of ResponseCache in java.net
Methods in java.net that return ResponseCache Modifier and Type Method Description static ResponseCacheResponseCache. getDefault()Returns the system's default response cache, or null.Methods in java.net with parameters of type ResponseCache Modifier and Type Method Description static voidResponseCache. setDefault(ResponseCache responseCache)Sets the system's default response cache.