()
| 37 | private static HttpBuilder builder = new HttpBuilder(); |
| 38 | |
| 39 | private ToolHttp() { |
| 40 | throw new UnsupportedOperationException("我是工具类,别初始化我。。。"); |
| 41 | } |
| 42 | |
| 43 | public static HttpReceive sendGet(String url) { |
| 44 | HttpSend send = new HttpSend(url) |
nothing calls this directly
no outgoing calls
no test coverage detected