You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2011/05/18 22:06:48 UTC

svn commit: r1124403 - in /httpcomponents/httpasyncclient/trunk/src/site/apt: download.apt examples.apt index.apt

Author: olegk
Date: Wed May 18 20:06:47 2011
New Revision: 1124403

URL: http://svn.apache.org/viewvc?rev=1124403&view=rev
Log:
Updated project web site for HttpAsyncClient 4.0-alpha2 release

Modified:
    httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt
    httpcomponents/httpasyncclient/trunk/src/site/apt/examples.apt
    httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt

Modified: httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt?rev=1124403&r1=1124402&r2=1124403&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt Wed May 18 20:06:47 2011
@@ -42,13 +42,13 @@ HttpAsyncClient Downloads
     in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
     by adding the following block to the dependency descriptor:
 
-* {HttpComponents AsyncClient 4.0-ALPHA1}
+* {HttpComponents AsyncClient 4.0-ALPHA2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpasyncclient</artifactId>
-    <version>4.0-alpha1</version>
+    <version>4.0-alpha2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------

Modified: httpcomponents/httpasyncclient/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/site/apt/examples.apt?rev=1124403&r1=1124402&r2=1124403&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/examples.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/examples.apt Wed May 18 20:06:47 2011
@@ -47,3 +47,9 @@ HttpAsyncClient Examples
     
     This example demonstrates a fully asynchronous execution of multiple HTTP exchanges where the 
     result of an individual operation is reported using a callback interface.
+
+    * {{{./httpasyncclient/examples/org/apache/http/examples/nio/client/ZeroCopyHttpExchange.java}Zero copy 
+      file upload / download}}
+    
+    This example demonstrates how HttpAsyncClient can be used to upload or download files without creating an intermediate
+    content buffer in memory (zero copy file transfer).

Modified: httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt?rev=1124403&r1=1124402&r2=1124403&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt Wed May 18 20:06:47 2011
@@ -71,8 +71,6 @@ HttpAsyncClient Overview
 
     * Source code is freely available under the Apache License.
 
-{Features - Planned}
-
     * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO/Kerberos authentication schemes.
 
     * Plug-in mechanism for custom authentication schemes.
@@ -91,8 +89,6 @@ HttpAsyncClient Overview
 
     * {{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} Hypertext Transfer Protocol -- HTTP/1.1
     
-{Standards Compliance - Planned}
-
     * {{{http://www.ietf.org/rfc/rfc2617.txt}RFC 2617}} HTTP Authentication: Basic and Digest Access 
       Authentication