On Fri, 2006-02-24 at 16:35 -0600, Subramanian, Mani P [IT] wrote: > 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); >
Wrap this code into a custom class implementing the RequestEntity interface > Followed by > stream = new ObjectInputStream(urlConnection.getInputStream()); > …Check for timeout here > I have no idea what you mean by "check for timeout" Oleg > Fear Less, Hope More > <<Subramanian, Mani P [ITS].vcf>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
