SocketImpl/setSockImplFactory

Hi,

I need to write a tcp/ip client under JDK1.1.7 Oracle Java Machine, tru64

and I have to set the time out of the connetion, I'll can done it setting the TCP_KEEPINIT

using l the setOption();

Instead to use timer thread.

I'd would like to use a SocketImpl class whitout rewrite

a net dynamic library.

Some one have got any suggest. or where I can found same example of extending SocketImpl abstract class.

thank's in advance

Paolo Schifani

[518 byte] By [geppo] at [2007-9-26 9:25:13]
# 1
What about?:Socket sock;sock.setSoTimeout(10000);
thpreusser at 2007-7-1 20:45:17 > top of Java-index,Core,Core APIs...
# 2
setSoTimeout(10000); is only for reading or writing not for connection that si fixed about on 70 sec.thanks
geppo at 2007-7-1 20:45:17 > top of Java-index,Core,Core APIs...