You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Oleg Kalnichevski <ol...@apache.org> on 2013/05/16 10:42:17 UTC

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta4 Released

Apache HttpComponents project is pleased to announce the fourth BETA
release of HttpAsyncClient 4.0. This release delivers significant
performance improvements in request execution, especially for short HTTP
messages, and also re-aligns programming interfaces used by the library
with HttpCore 4.3 and HttpClient 4.3 APIs. Configuration and preference
APIs of HttpAsyncClient are now consistent with those used by HttpClient
4.3.

Users of HttpAsyncClient are advised to upgrade.

-------------------
Download - 
<http://hc.apache.org/downloads.cgi>

Release notes -
<http://www.apache.org/dist/httpcomponents/httpasyncclient/RELEASE_NOTES.txt>

HttpComponents site -
<http://hc.apache.org/>

-------------------
About Apache HttpAsyncClient

Although the java.net package provides basic functionality for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. HttpAsyncClient seeks to fill
this void by providing an efficient, up-to-date, and feature-rich
package with an event-driven programming interface based on a
non-blocking I/O model.