On Wed, 2008-12-31 at 03:54 -0800, sveno wrote:
> Hi,
> 
> I just thought of using httpclient 4.0 beta version for my application where
> I previously used httpclient 3.1. But it didn't work for me.
> 
> Earlier I used the following source in my code using httpclient3.1. When I
> upgrade to 4.0 I didn't find some of the classes there. for eg:
> MultiThreadedHttpConnectionManager
> HttpConnectionManagerParams
> 
> Can't we use these classes in httpclient 4.0 ???
> 

HttpClient 3.1 and HttpClient 4.0 are API incompatible. You should use
equivalent functions of HttpClient 4.0 instead.

Oleg

>    static HttpClient client;
>    static {
>        MultiThreadedHttpConnectionManager connMgr = new
> MultiThreadedHttpConnectionManager();
>        HttpConnectionManagerParams connParams = connMgr.getParams();
> Regards,
> sveno

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to