Hi,
I have connection timeout set on HttpConnectionManager
(MultiThreadedHttpConnectionManager.getParams().setConnectionTImeout(x))
. It seems to be not taking effect i.e it does not timeout at the end of
timeout time when there is no response.
I remember reading some mailing archives on HttpClient that the timeout
on HostConfiguration takes precedence than the ConnentionManager etc.
Can somebody clarify the precedence on params settings with
HostConfigurations, ConnectionManager, HttpClient and finally GetMethod?
It is really confusing, because you can set the connection timeout in
params at each layer.
Any help is really appreciated.
Thanks,
- Vsantha