Is there a way to specify a connection timeout that would be different for
each host (connection pool)? I am using Http Client 3.1 in a multithreaded
environment so a single client instance is shared among many threads
executing concurrent requests to different hosts. Thus I cannot specify the
connection timeout on the client or globally. There is a setter for
connection timeout on the HttpConnectionParams but I don't see a way to
specify a different value for each host.. What I need would be similar to
how max connections per host can be specified for each HostConfiguration via
a map. Maybe I am missing something?

Thanks
Andrei
-- 
View this message in context: 
http://old.nabble.com/Connection-timeout-per-host--tp30004821p30004821.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to