()
| 224 | } |
| 225 | |
| 226 | public void clear() { |
| 227 | cancelAll(); |
| 228 | dns().clear(); |
| 229 | selector().clear(); |
| 230 | authInterceptor().clear(); |
| 231 | requestInterceptor().clear(); |
| 232 | responseInterceptor().clear(); |
| 233 | } |
| 234 | |
| 235 | private static class Loader { |
| 236 | static volatile OkHttp INSTANCE = new OkHttp(); |
nothing calls this directly
no test coverage detected