Details
Description
Currently, IoConnector allows setting connect timeouts only in seconds. The minimum value of allowed connect timeout is 1 second. There are cases where one needs to have a shorter connect timeout than 1 second and will finer granularity than seconds.
I suggest introducing the ability to set connect timeout in milliseconds and deprecating the getter/setter in seconds in favor of the ms getter/setter.
See the discussion thread at http://www.nabble.com/connect-timeout-to15281787s16868.html.
A proposed patch (based on the trunk).
Please review the changes, and accept them if you guys are OK with it. I'd also like to see the changes propagated to 1.1.x (and 1.0.x too?). Do we need separate JIRA issues for them?
Thanks,
Sangjin