how I can Use HttpClientParams to set timout time ?
I think what you're looking for can be set using
setMaxInactiveInterval(int)
Here's a link to the javadoc relating to it.