Class BinaryDownloadManagerImpl

java.lang.Object
ch.tocco.nice2.netui.impl.dwr.download.BinaryDownloadManagerImpl
All Implemented Interfaces:
BinaryDownloadManager, org.directwebremoting.extend.DownloadManager

@Component public class BinaryDownloadManagerImpl extends Object implements BinaryDownloadManager
  • Constructor Details

  • Method Details

    • setDownloadHandlerUrl

      public void setDownloadHandlerUrl(String downloadHandlerUrl)
      Specified by:
      setDownloadHandlerUrl in interface BinaryDownloadManager
    • addFileTransfer

      public String addFileTransfer(org.directwebremoting.io.FileTransfer transfer) throws IOException
      Specified by:
      addFileTransfer in interface org.directwebremoting.extend.DownloadManager
      Throws:
      IOException
    • getFileTransfer

      public org.directwebremoting.io.FileTransfer getFileTransfer(String id) throws IOException
      Specified by:
      getFileTransfer in interface org.directwebremoting.extend.DownloadManager
      Throws:
      IOException