Connection timeout
Hello,
I know there is a way to set a way to setread timeout (sockect.setSoTimeout() called before sockect.getInputStream() and inpustream.read() ), but I would like to know if there were a Java way to setconnection timeout (by any mean : API, properties, system/JVM properties) ?

