Hi Team,
We want tos do the following -- and enable timeouts on the subsequent read on the connection:
stream = new ObjectOutputStream(urlConnection.getOutputStream());
stream.writeObject(javaserializableObj1);
stream.writeObject(javaserializableObj2);
stream.writeObject(javaserializableObj3);
stream.writeObject(javaserializableObj4);
Followed by
stream = new ObjectInputStream(urlConnection.getInputStream());
…Check for timeout here
Fear Less, Hope More
<<Subramanian, Mani P [ITS].vcf>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
