| Author |
HttpsURLConnection timeout setting
|
Anamik world
Greenhorn
Joined: Sep 12, 2005
Posts: 2
|
|
Hi, I am writing a java client which is executed in Weblogic 8.1 server environment and makes a HTTPS connection to url on other server. The connection which I making is blocked call so I want to set timeout for this connection object weblogic.net.http.HttpsURLConnection It's a Weblogic JSSE provider class. Is there any way to set the timeout for this connection? As connectTimeout() method of this class as per the API docs is not implemented for HTTPS. Thanks in advance
|
 |
 |
|
|
subject: HttpsURLConnection timeout setting
|
|
|