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 2009/02/14 15:34:00 UTC

svn commit: r744501 - /httpcomponents/httpcore/trunk/src/site/apt/examples.apt

Author: olegk
Date: Sat Feb 14 14:34:00 2009
New Revision: 744501

URL: http://svn.apache.org/viewvc?rev=744501&view=rev
Log:
Added sample of non-blocking connection manager

Modified:
    httpcomponents/httpcore/trunk/src/site/apt/examples.apt

Modified: httpcomponents/httpcore/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/examples.apt?rev=744501&r1=744500&r2=744501&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/examples.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/examples.apt Sat Feb 14 14:34:00 2009
@@ -57,6 +57,10 @@
     This example demonstrates how HttpCore NIO can be used to execute multiple HTTP requests using
     only one I/O thread.
 
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpClientConnManagement.java}Management of non-blocking client connections}}
+    
+    This example demonstrates how to manage reuse of persistent client connections using HttpCore NIO. 
+
     * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpSSLServer.java}Basic non-blocking HTTPS server}}
     
     This example demonstrates the use of HttpCore NIO extensions to build a non-blocking HTTPS/1.1 server.