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

Method dns

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

Source from the content-addressed store, hash-verified

46 }
47
48 public static OkDns dns() {
49 if (get().dns != null) return get().dns;
50 return get().dns = new OkDns();
51 }
52
53 public static ResponseInterceptor responseInterceptor() {
54 if (get().responseInterceptor != null) return get().responseInterceptor;

Callers 7

setDohMethod · 0.95
createMethod · 0.95
setHostsMethod · 0.95
setDohMethod · 0.95
getBuilderMethod · 0.95
clearMethod · 0.95
safeDnsMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected