Arronlong / httpclientutil

该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。
https://blog.csdn.net/xiaoxian8023/category_9264781.html
Apache License 2.0
1.41k stars 719 forks source link

这个jdk的版本是多少,我1.8不支持。 #5

Closed kleen closed 8 years ago

kleen commented 8 years ago

catch (KeyStoreException | NoSuchAlgorithmException| CertificateException | IOException | KeyManagementException e) { e.printStackTrace(); }

Arronlong commented 8 years ago

额,这个JDK版本是1.7

kleen commented 8 years ago

改成1.8 吧, 我们不好同步 后续更新呢

Arronlong commented 8 years ago

好的,这两天就改动一下,最近任务比较多,你的另一个问题争取在这2天也看一下