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