Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A46B196F8 for ; Thu, 29 Sep 2011 20:30:46 +0000 (UTC) Received: (qmail 76007 invoked by uid 500); 29 Sep 2011 20:30:32 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 75694 invoked by uid 500); 29 Sep 2011 20:30:32 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 56242 invoked by uid 99); 29 Sep 2011 20:24:33 -0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Subject: [ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-alpha3 Released From: Oleg Kalnichevski To: announce@apache.org, private@hc.apache.org, dev@hc.apache.org, httpclient-users@hc.apache.org Content-Type: text/plain; charset="UTF-8" Date: Thu, 29 Sep 2011 22:24:06 +0200 Message-ID: <1317327846.2055.18.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Apache HttpComponents project is pleased to announce the third ALPHA release of HttpAsyncClient 4.0. This release largely completes the application programming interface and feature set of HttpAsyncClient. While the API may still change in the course of the ALPHA development phase, this is expected to be the last round of major API changes and the API is expected to be reasonably stable as of this release. We are kindly asking actual and prospective users of HttpAsyncClient to review its API, evaluate its functionality and give us feedback while the 4.0 API is still not final. If no major flaws are discovered the 4.0 API is expected to be frozen with the next BETA release. ------------------- Download - Release notes - HttpComponents site - ------------------- 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. HttpAsyncClient is NOT meant to replace or supersede Apache HttpClient. It is a complementary library to Apache HttpClient intended for special cases where ability to handle a great number of concurrent connections is more important than performance in terms of a raw data throughput. --------------------------------------------------------------------- To unsubscribe, e-mail: announce-unsubscribe@apache.org For additional commands, e-mail: announce-help@apache.org