()
| 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; |
no test coverage detected