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