how to set timeout on ssl handshake
843811Dec 22 2009 — edited Dec 22 2009Hi All,
It seems that sun jsse do not support setting timeout on socket handshake.
Why?
//Java standard api
Socket socket = SocketFactory.createSocket(host,port);
//We expect api
Socket socket = SocketFactory.createSocket(host,port,timeout);
Welcome your comments.
Thanks!