Searched refs:setResponseCache (Results 1 – 7 of 7) sorted by relevance
103 client.setResponseCache(responseCache); in get_httpGet()127 client.setResponseCache(responseCache); in get_httpsGet()170 client.setResponseCache(responseCache); in put_httpGet()210 client.setResponseCache(responseCache); in put_httpPost()243 client.setResponseCache(responseCache); in put_httpsGet()
127 client.setResponseCache(new ResponseCache() { in backdoorUrlToUri()
120 client.setResponseCache(cache); in responseCacheAccessWithOkHttpMember()127 client.setResponseCache(null); in responseCacheAccessWithGlobalDefault()214 client.setResponseCache(new InsecureResponseCache(new InMemoryResponseCache())); in cacheReturnsInsecureResponseForSecureRequest()336 client.setResponseCache(new ResponseCache() { in responseCacheRequestHeaders()
126 client.setResponseCache(cache); in responseCacheAccessWithOkHttpMember()133 client.setResponseCache(null); in responseCacheAccessWithGlobalDefault()
2407 client.setResponseCache(new ResponseCache() {
67 client.setResponseCache(responseCache); in createHttpOkHttpClient()
179 public OkHttpClient setResponseCache(ResponseCache responseCache) { in setResponseCache() method in OkHttpClient