[EMAIL PROTECTED] wrote:

Does it mean that I can't set different timeouts for different methods sharing the same client?

Exactly. HttpClient manages connections in a HttpConnectionManager. This can be a pool of connections. A method just requests connections from that pool, uses it and returns it. The Method does not open / close connections itself. So it is not the responsibility of the Method to set any connection properties. Furthermore it is not possible to change properties of an already open connection.


If not, how can I arrange this?

Do things in the right place.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to