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

