Class BinaryDownloadManagerImpl
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.download.BinaryDownloadManagerImpl
- All Implemented Interfaces:
BinaryDownloadManager
,org.directwebremoting.extend.DownloadManager
-
Constructor Summary
ConstructorDescriptionBinaryDownloadManagerImpl
(SecurityManager securityManager, Context context, BinaryFactory binaryFactory, QueryBuilderFactory queryBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptionaddFileTransfer
(org.directwebremoting.io.FileTransfer transfer) org.directwebremoting.io.FileTransfer
void
setDownloadHandlerUrl
(String downloadHandlerUrl)
-
Constructor Details
-
BinaryDownloadManagerImpl
public BinaryDownloadManagerImpl(SecurityManager securityManager, Context context, BinaryFactory binaryFactory, QueryBuilderFactory queryBuilderFactory)
-
-
Method Details
-
setDownloadHandlerUrl
- Specified by:
setDownloadHandlerUrl
in interfaceBinaryDownloadManager
-
addFileTransfer
- Specified by:
addFileTransfer
in interfaceorg.directwebremoting.extend.DownloadManager
- Throws:
IOException
-
getFileTransfer
- Specified by:
getFileTransfer
in interfaceorg.directwebremoting.extend.DownloadManager
- Throws:
IOException
-