httpclient已停止維護,其替代產品為
Apache HttpComponents 。 官方聲明如下(
詳細信息點擊這里):
The Commons HttpClient project is now end of life, and is no longer being developed. It has been replaced by the Apache HttpComponents project in its HttpClient and HttpCore modules, which offer better performance and more flexibility.
HttpClient 是 Apache Jakarta Common 下的子項目,可以用來提供高效的、最新的、功能豐富的支持 HTTP 協議的客戶端編程工具包,并且它支持 HTTP 協議最新的版本和建議。本文首先介紹 HTTPClient,然后根據作者實際工作經驗給出了一些常見問題的解決方法。 所以打算用HttpClient的朋友,可以考慮使用
HttpComponents 了。
HttpComponents 入門,筆者認為 iteye上的一篇文章寫的不錯,大家可以參考
《HttpComponents入門解析》