Date: 2005-01-15T11:23:51
   Editor: RolandWeber
   Wiki: Jakarta-HttpClient Wiki
   Page: HttpClientApiRedesign
   URL: http://wiki.apache.org/jakarta-httpclient/HttpClientApiRedesign

   cosmetic changes

Change Log:

------------------------------------------------------------------------------
@@ -96,8 +96,6 @@
  * Java 1.4 (* see notes)
  * commons-logging (** see notes)
 
-The rationale behind trying to avoid dependency on a logging framework is to 
keep the component reusable by projects that have already standardized on a 
certain logging framework.
-
 provides
 
  * Http cookie interface as defined in RFC2965 and RFC2109 and compatible with 
Netscape cookie draft and servlet specification. Generic Http cookie 
implementation.
@@ -159,8 +157,6 @@
  * http-common
  * commons-pool (really needed? vote?)
 
-The rationale behind trying to avoid dependency on a logging framework is to 
keep the component reusable by projects that have already standardized on a 
certain logging framework.
-
 provides
    
  * Http connection manager / connection pool interface and most common 
implementations of it.
@@ -175,7 +171,7 @@
 
 possible package name: '''org.apache.http.async'''
 
-The purpose of this component is to provide an asynchronous alternative to the 
synchronous {{{ HttpMethodExecutor }}} in http-common.
+The purpose of this component is to provide an asynchronous alternative to the 
synchronous {{{ HttpMethodExecutor }}} in '''http-common'''.
 
 depends on 
 
@@ -184,8 +180,6 @@
  * http-common
  * http-conn
 
-The rationale behind trying to avoid dependency on a logging framework is to 
keep the component reusable by projects that have already standardized on a 
certain logging framework.
-
 provides
 
  * asynchronous execution interface for HTTP requests. Responses and errors 
are reported as callbacks. Implementations will require an {{{ HttpConnection 
}}} for communication. It is their responsibility to get it somehow.
@@ -210,6 +204,7 @@
  * pipelining implementation of the asynchronous execution interface. See note 
on Pipelining below.
 
    a. {{{ PipeliningAsyncLink }}} class implementing {{{ HttpAsyncLink }}}
+   a. {{{ PipeliningParams }}} class
    a. various helper classes to be used by {{{ PipeliningAsyncLink }}}
 
 == http-client ==

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to