Hello, When I set connection timeout: client.getHttpConnectionManager ().getParams().setConnectionTimeout(2000); How do I know that timeout occured? Do I have to implement my own checking for this or can I have my code catch ConnectTimeoutException to know that timeout occured?
thanks, webtekie
