Home
last modified time | relevance | path

Searched defs:cacheResponse (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java67 SecureCacheResponse cacheResponse = delegate.getCacheResponse(); in getCipherSuite() local
77 SecureCacheResponse cacheResponse = delegate.getCacheResponse(); in getLocalCertificates() local
88 SecureCacheResponse cacheResponse = delegate.getCacheResponse(); in getServerCertificates() local
99 SecureCacheResponse cacheResponse = delegate.getCacheResponse(); in getPeerPrincipal() local
109 SecureCacheResponse cacheResponse = delegate.getCacheResponse(); in getLocalPrincipal() local
514 @Override protected boolean acceptCacheResponseType(CacheResponse cacheResponse) { in acceptCacheResponseType()
DHttpEngine.java132 private CacheResponse cacheResponse; field in HttpEngine
434 protected boolean acceptCacheResponseType(CacheResponse cacheResponse) { in acceptCacheResponseType()