1. 首页
  2. 移动开发
  3. 其他
  4. HTTP SPDY客户端开发包okhttp.zip

HTTP SPDY客户端开发包okhttp.zip

上传者: 2020-07-18 18:37:44上传 ZIP文件 1.66MB 热度 17次
okhttp 是一个 Java 的 HTTP SPDY 客户端开发包,同时也支持 Android。 示例代码: OkHttpClient client = new OkHttpClient(); String get(URL url) throws IOException { HttpURLConnection connection = client.open(url); InputStream in = null; try { // Read the response. in = connectio
下载地址
用户评论