Uses of Class
java.net.CacheRequest
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| java.net |
-
Uses of CacheRequest in com.squareup.okhttp
Methods in com.squareup.okhttp that return CacheRequest Modifier and Type Method Description CacheRequestHttpResponseCache. put(URI uri, URLConnection urlConnection)CacheRequestOkResponseCache. put(URI uri, URLConnection urlConnection) -
Uses of CacheRequest in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return CacheRequest Modifier and Type Method Description CacheRequestOkResponseCacheAdapter. put(URI uri, URLConnection urlConnection)Methods in com.squareup.okhttp.internal.http with parameters of type CacheRequest Modifier and Type Method Description InputStreamHttpTransport. getTransferStream(CacheRequest cacheRequest)InputStreamSpdyTransport. getTransferStream(CacheRequest cacheRequest) -
Uses of CacheRequest in java.net
Methods in java.net that return CacheRequest Modifier and Type Method Description abstract CacheRequestResponseCache. put(URI uri, URLConnection connection)Allows the protocol handler to cache data after retrieving resources.