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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DJavaApiConverter.java253 return new CacheHttpsURLConnection(new CacheHttpURLConnection(okResponse));
630 private static final class CacheHttpsURLConnection extends DelegatingHttpsURLConnection { class in class:JavaApiConverter
633 public CacheHttpsURLConnection(CacheHttpURLConnection delegate) { method in class:JavaApiConverter.CacheHttpsURLConnection

Completed in 68 milliseconds