Hi Arnab, arnab_ghosh wrote: > I have used HttpClient for getting the InputStream from a web service. Will > the StreamingResolution also release the connection? >
after streaming the StreamingResolution will close any InputStream you pass on to it. It does not matter where you obtained the stream. Regards Marcus ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
