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

Method client

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

Source from the content-addressed store, hash-verified

76 }
77
78 public static synchronized OkHttpClient client() {
79 if (get().client != null) return get().client;
80 return get().client = getBuilder().build();
81 }
82
83 public static synchronized OkHttpClient player() {
84 if (get().player != null) return get().player;

Callers 13

toMethod · 0.95
registerComponentsMethod · 0.95
executeMethod · 0.95
postMethod · 0.95
ScanTaskMethod · 0.95
CastDialogMethod · 0.95
SyncDialogMethod · 0.95
noRedirectMethod · 0.95
newCallMethod · 0.95
cancelMethod · 0.95
cancelAllMethod · 0.95
clientMethod · 0.95

Calls 4

getMethod · 0.95
getBuilderMethod · 0.95
noRedirectMethod · 0.95
buildMethod · 0.45

Tested by

no test coverage detected