Reputation: 101
I just want to adjust the retry time in htmlunit's webClient. But it seems that there is no such a configuration. So I want to know how to do this? or how to access the httpClient behind the webClient(it seems that webClient uses apache's httpClient to do the underlying HTTP operation)
Upvotes: 1
Views: 171
Reputation: 2879
So far there is no support to configure this. Please open a issue /feature request and describe your needs. Will try to support that.
As HtmlUnit tries to mimic real browsers as possible it will be great if you can point to any information how real browsers handling this situations.
Upvotes: 1