Dave wrote: > In the tutorial, > > DefaultMethodRetryHandler retryhandler = new > DefaultMethodRetryHandler(10, true); > client.getParams().setParameter(HttpMethodParams.RETRY_HANDLER, > retryhandler); > > But the HttpClient does not have getParams() method.
http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/HttpClient.html#getParams() It's there since version 3.0. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
