Hi,
I want to set a timeout when opening a connection to an HttpURLConnection.
I need an implementation of class that allows me to set the timeout even before response is generated. We want to override the default timeout.
We are using jdk1.3 so we can't use the solution provided by
Java 1.4. I am aware about HttpClient by apache, but due to some architectural issues we don't want to use it.
Please do let me know if anyone has implemented similar solution or can suggest some solution.
Regards,
Sachin