allan lv

Greenhorn
+ Follow
since Mar 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by allan lv

i use jsse-1_0_3_01-gl!
SocketFactory can not create an unconnected socket !
what can i do?
creatSocket(host,port)
only this method will spend more than 10 minute when host exist but port not!!
who can help me set timeout when only when
creatSocket!!!
and i know socket.setTimeOut(),but this method
can do only socket is connectted!!!
i use jsse/ssl socket!
when i use
socket = (SSLSocket)factory.createSocket(host, port);
if i give a exists host and not used port!
i will wait for more than 10 minute!!!
how can i set timeout, when creatSocket???