JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
I
M
O
P
S
A
AndroidInternal
- Class in
okhttp3
Back doors to enable the use of OkHttp within the Android platform libraries.
AndroidShimResponseCache
- Class in
okhttp3
A class provided for use by Android so that it can continue supporting a
ResponseCache
with stats.
C
close()
- Method in class okhttp3.
AndroidShimResponseCache
Uninstalls the cache and releases any active resources.
create(File, long)
- Static method in class okhttp3.
AndroidShimResponseCache
D
delete()
- Method in class okhttp3.
AndroidShimResponseCache
Uninstalls the cache and deletes all of its stored contents.
F
flush()
- Method in class okhttp3.
AndroidShimResponseCache
Force buffered operations to the filesystem.
G
get(URI, String, Map<String, List<String>>)
- Method in class okhttp3.
AndroidShimResponseCache
getCache()
- Method in class okhttp3.
AndroidShimResponseCache
getCache()
- Method in interface okhttp3.
OkCacheContainer
getHitCount()
- Method in class okhttp3.
AndroidShimResponseCache
Returns the number of HTTP requests whose response was provided by the cache.
getNetworkCount()
- Method in class okhttp3.
AndroidShimResponseCache
Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response.
getRequestCount()
- Method in class okhttp3.
AndroidShimResponseCache
Returns the total number of HTTP requests that were made.
I
isEquivalent(File, long)
- Method in class okhttp3.
AndroidShimResponseCache
M
maxSize()
- Method in class okhttp3.
AndroidShimResponseCache
Returns the maximum number of bytes that this cache should use to store its data.
O
OkCacheContainer
- Interface in
okhttp3
An interface that allows OkHttp to detect that a
ResponseCache
contains a
Cache
.
okhttp3
- package okhttp3
P
put(URI, URLConnection)
- Method in class okhttp3.
AndroidShimResponseCache
S
setResponseCache(OkUrlFactory, ResponseCache)
- Static method in class okhttp3.
AndroidInternal
Sets the response cache to be used to read and write cached responses.
size()
- Method in class okhttp3.
AndroidShimResponseCache
Returns the number of bytes currently being used to store the values in this cache.
A
C
D
F
G
I
M
O
P
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.