Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 853DA9F14 for ; Wed, 22 Feb 2012 18:56:36 +0000 (UTC) Received: (qmail 99203 invoked by uid 500); 22 Feb 2012 18:56:35 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 99170 invoked by uid 500); 22 Feb 2012 18:56:35 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 99152 invoked by uid 99); 22 Feb 2012 18:56:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 18:56:35 +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) Received: from [217.150.250.48] (HELO kalnich.nine.ch) (217.150.250.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 18:56:29 +0000 Received: from [192.168.1.110] (77-57-197-206.dclient.hispeed.ch [77.57.197.206]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kalnich.nine.ch (Postfix) with ESMTPSA id 6FF9CB80649; Wed, 22 Feb 2012 19:56:06 +0100 (CET) Message-ID: <1329936968.32539.3.camel@ubuntu> 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 Date: Wed, 22 Feb 2012 19:56:08 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Apache HttpComponents project is pleased to announce the first BETA release of HttpAsyncClient 4.0. This release completes the application programming interface and the feature set of HttpAsyncClient and upgrades to the latest versions of core and client components (HttpCore 4.2-beta1 and HttpClient 4.2-beta1). As of this release HttpAsyncClient is expected to be API stable. Users of HttpAsyncClient are advised to upgrade. ------------------- 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org