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

Method selector

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

Source from the content-addressed store, hash-verified

71 }
72
73 public static OkProxySelector selector() {
74 if (get().selector != null) return get().selector;
75 return get().selector = new OkProxySelector();
76 }
77
78 public static synchronized OkHttpClient client() {
79 if (get().client != null) return get().client;

Callers 4

setProxyMethod · 0.95
authenticatorMethod · 0.95
getBuilderMethod · 0.95
clearMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected