Thank you

Firstly your code sets read/write timeout, not connect
Secondly if done right it does same thing as my sample
Thirdly I tried it does not work

On Nov 1, 10:03 am, Jonas Alves <[email protected]> wrote:
> HttpClient httpClient = new DefaultHttpClient();
> httpClient.getParams().setParameter("http.socket.timeout",
>                                 new Integer(3000)); // milliseconds
>
> On Oct 31, 10:55 pm, Andrei <[email protected]> wrote:
>
> > I try to set timeout for apache http client like this
> >     HttpConnectionParams.setConnectionTimeout( params, TIMEOUT );
> > But it does not work
> > Is there a way to set connect timeout for http client on Android?
> > Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to