public interface IMultithreadedMimeResponse (Code)
An interface that a multithreaded channel that wants to download MIME files must implement.
author: Alex Vigdor version: $Revision: 36380 $
Method Summary
public void
downloadData(OutputStream out, String uid) Pass the OutputStream object to the download code if it needs special handling
(like outputting a Zip file).