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 ???
static HttpClient client;
static {
MultiThreadedHttpConnectionManager connMgr = new
MultiThreadedHttpConnectionManager();
HttpConnectionManagerParams connParams = connMgr.getParams();
Regards,
sveno
--
View this message in context:
http://www.nabble.com/Backward-compatability-in-httpclient-4.0-tp21230402p21230402.html
Sent from the HttpClient-User mailing list archive at Nabble.com.