Re: Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-16 Thread Oleg Kalnichevski
On Thu, 2008-05-15 at 20:27 -0700, Sujith Joseph wrote: Hi Oleg, Thanks for your reply. I really appreciate your help. I have couple of more questions on this. I am currently using httpclient 3.0 library. SimpleConnectionManager.shutdown () method is not available in 3.0 libs.

Re: Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-16 Thread Sujith Joseph
Hi Oleg, Thanks a lot, for your prompt reply and help. Thanks, Sujith On Fri, May 16, 2008 at 2:46 AM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Thu, 2008-05-15 at 20:27 -0700, Sujith Joseph wrote: Hi Oleg, Thanks for your reply. I really appreciate your help. I

Sending serialized object and stream

2008-05-16 Thread Natarajan_Valli
Hi All, I've requirement to send both serialized java object and stream object. Here is the code that sends serialized object ByteArrayOutputStream requestStream = new ByteArrayOutputStream(); ObjectOutputStream objectOutput = new ObjectOutputStream(requestStream);