Folks,

How about a somewhat different approach?

(1) Leave HttpCore be for now
(2) Make the following changes in HttpClient
  * Introduce ClientConfig interface extending HttpParams
  * Rename all #getParams methods to #getConfig and change them to
    return ClientConfig
(3) Plan for API breakage in HttpCore around late 2009
  * Migrate HttpCore base to Java 5.0
  * Use generics all over
  * Rename HttpEntity#consumeContent to #finish
  * Rename HttpParams interface to HttpConfig


How does that sound?

Oleg

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

Reply via email to