In the tutorial,

DefaultMethodRetryHandler retryhandler = new
 DefaultMethodRetryHandler(10, true);
  client.getParams().setParameter(HttpMethodParams.RETRY_HANDLER, retryhandler);

But the HttpClient does not have getParams() method.

I am using PostMethod.

I looked at other classes, but I could not find an API to set retry
 handler.
  DefaultMethodRetryHandler is deprecated.
   
  Thanks for help.
  Dave



       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

Reply via email to