MCPcopy Create free account
hub / github.com/FongMi/TV / clear

Method clear

catvod/src/main/java/com/github/catvod/net/OkHttp.java:226–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 6

cancelAllMethod · 0.95
dnsMethod · 0.95
selectorMethod · 0.95
authInterceptorMethod · 0.95
requestInterceptorMethod · 0.95
responseInterceptorMethod · 0.95

Tested by

no test coverage detected