Interface BinaryDownloadManager

All Superinterfaces:
org.directwebremoting.extend.DownloadManager
All Known Implementing Classes:
BinaryDownloadManagerImpl

public interface BinaryDownloadManager extends org.directwebremoting.extend.DownloadManager
We need to share downloads between instances. Available dwr download managers for storing to tmp file and memory cannot be used. Base64 is not supported by older IE and for downloading files. This implementation stores the download in a temporary database table.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDownloadHandlerUrl(String downloadHandlerUrl)
     

    Methods inherited from interface org.directwebremoting.extend.DownloadManager

    addFileTransfer, getFileTransfer
  • Method Details

    • setDownloadHandlerUrl

      void setDownloadHandlerUrl(String downloadHandlerUrl)