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 2006/03/03 14:20:03 UTC

svn commit: r382803 - in /jakarta/httpcomponents/trunk/src/site: apt/http-auth.apt apt/http-client.apt apt/http-conn.apt apt/http-cookie.apt apt/http-nio.apt site.xml

Author: olegk
Date: Fri Mar  3 05:20:02 2006
New Revision: 382803

URL: http://svn.apache.org/viewcvs?rev=382803&view=rev
Log:
Added short description of planned HttpComponents modules

Added:
    jakarta/httpcomponents/trunk/src/site/apt/http-auth.apt
    jakarta/httpcomponents/trunk/src/site/apt/http-client.apt
    jakarta/httpcomponents/trunk/src/site/apt/http-conn.apt
    jakarta/httpcomponents/trunk/src/site/apt/http-cookie.apt
    jakarta/httpcomponents/trunk/src/site/apt/http-nio.apt
Modified:
    jakarta/httpcomponents/trunk/src/site/site.xml

Added: jakarta/httpcomponents/trunk/src/site/apt/http-auth.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/http-auth.apt?rev=382803&view=auto
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/http-auth.apt (added)
+++ jakarta/httpcomponents/trunk/src/site/apt/http-auth.apt Fri Mar  3 05:20:02 2006
@@ -0,0 +1,10 @@
+    ----------
+    HttpComponents HttpAuth
+    ----------
+    ----------
+    ----------
+
+HttpComponents HttpAuth
+
+    HttpComponents HttpAuth will provide an abstract API and pluggable implementations 
+    of standard authentication schemes such as Basic, Digest and Kerberos (SPNEGO)

Added: jakarta/httpcomponents/trunk/src/site/apt/http-client.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/http-client.apt?rev=382803&view=auto
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/http-client.apt (added)
+++ jakarta/httpcomponents/trunk/src/site/apt/http-client.apt Fri Mar  3 05:20:02 2006
@@ -0,0 +1,12 @@
+    ----------
+    Jakarta HttpClient
+    ----------
+    ----------
+    ----------
+
+Jakarta HttpClient
+
+    Jakarta HttpClient developed by HttpComponents project will serve as an 
+    easy to use facade to the lower level components of HttpCore, HttpAuth, 
+    HttpCookie, HttpConn and is intended as a successor and a replacement
+    for Jakarta Commons HttpClient 3.x

Added: jakarta/httpcomponents/trunk/src/site/apt/http-conn.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/http-conn.apt?rev=382803&view=auto
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/http-conn.apt (added)
+++ jakarta/httpcomponents/trunk/src/site/apt/http-conn.apt Fri Mar  3 05:20:02 2006
@@ -0,0 +1,10 @@
+    ----------
+    HttpComponents HttpConn
+    ----------
+    ----------
+    ----------
+
+HttpComponents HttpConn
+
+    HttpComponents HttpConn will provide an API and a number of default implementations 
+    of components for efficient management of HTTP connections.

Added: jakarta/httpcomponents/trunk/src/site/apt/http-cookie.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/http-cookie.apt?rev=382803&view=auto
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/http-cookie.apt (added)
+++ jakarta/httpcomponents/trunk/src/site/apt/http-cookie.apt Fri Mar  3 05:20:02 2006
@@ -0,0 +1,12 @@
+    ----------
+    HttpComponents HttpCookie
+    ----------
+    ----------
+    ----------
+
+HttpComponents HttpCookie
+
+    HttpComponents HttpCookie will provide an abstract API and pluggable implementations 
+    of standard cookie policies such as those based on RFC 2109 and RFC 2965 
+    specifications as well as cookie policies compatible with Netscate Cookie draft and
+    common practices of popular web browsers

Added: jakarta/httpcomponents/trunk/src/site/apt/http-nio.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/http-nio.apt?rev=382803&view=auto
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/http-nio.apt (added)
+++ jakarta/httpcomponents/trunk/src/site/apt/http-nio.apt Fri Mar  3 05:20:02 2006
@@ -0,0 +1,20 @@
+    ----------
+    HttpComponents HttpNIO
+    ----------
+    ----------
+    ----------
+
+HttpComponents HttpNIO
+
+    HttpNIO will provide a non-blocking implementation of the HTTP protocol. 
+
+    NIO model proved inferior to the classic IO model in terms of raw performance 
+    for blocking HTTP implementations that is where the content is meant to be 
+    produced / consumed using standard java.io.OutputStream / java.io.InputStream 
+    interfaces such as Servlet API
+
+    HttpNIO will provide an event driven, non-blocking implementation of HTTP 
+    protocol for those use scenarios where raw throughput is less important than
+    ability to handle a significant number of simultaneous HTTP connections in 
+    a resource efficient manner.  
+

Modified: jakarta/httpcomponents/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/site.xml?rev=382803&r1=382802&r2=382803&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/site.xml (original)
+++ jakarta/httpcomponents/trunk/src/site/site.xml Fri Mar  3 05:20:02 2006
@@ -29,6 +29,11 @@
     <menu name="Modules">
       <item name="HttpCore" href="http-core/index.html"/>
       <item name="HttpAsync" href="http-async/index.html"/>
+      <item name="HttpNIO" href="http-nio.html"/>
+      <item name="HttpAuth" href="http-auth.html"/>
+      <item name="HttpCookie" href="http-cookie.html"/>
+      <item name="HttpConn" href="http-conn.html"/>
+      <item name="HttpClient" href="http-client.html"/>
     </menu>
     ${reports}