Searched refs:EntrySecureCacheResponse (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java222 return entry.isHttps() ? new EntrySecureCacheResponse(entry, snapshot)
299 : ((EntrySecureCacheResponse) conditionalCacheHit).snapshot;
695 static class EntrySecureCacheResponse extends SecureCacheResponse { class in class:HttpResponseCache
700 public EntrySecureCacheResponse(Entry entry, DiskLruCache.Snapshot snapshot) { method in class:HttpResponseCache.EntrySecureCacheResponse

Completed in 92 milliseconds