发布于 2014-08-15 23:56:23 | 247 次阅读 | 评论: 0 | 来源: 网友投递
HttpComponents Java的HTTP协议库
HttpComponents也就是以前的httpclient项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端/服务器编程工具包,并且它支持 HTTP 协议最新的版本和建议。
Apache HttpComponents 项目组发布 HttpComponents HttpClient 4.3.5 GA 的 Google Android 移植版。该版本部分兼容 Apache HttpClient 4.3,差别主要体现在:
HttpComponents也就是以前的httpclient项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端/服务器编程工具包,并且它支持 HTTP 协议最新的版本和建议。
(1) Compiled against HttpClient 4.0 APIs.
(2) Commons Logging replaced with Android Logging.
(3) Base64 implementation from Commons Codec replaced with Android Base64.
(4) Android SSLCertificateSocketFactory used by default for SSL/TLS connections.