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

Method authenticator

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

Source from the content-addressed store, hash-verified

66 }
67
68 public static OkAuthenticator authenticator() {
69 if (get().authenticator != null) return get().authenticator;
70 return get().authenticator = new OkAuthenticator(selector());
71 }
72
73 public static OkProxySelector selector() {
74 if (get().selector != null) return get().selector;

Callers 1

getBuilderMethod · 0.95

Calls 2

getMethod · 0.95
selectorMethod · 0.95

Tested by

no test coverage detected