Uses of Interface
org.directwebremoting.extend.DownloadManager

Packages that use DownloadManager
org.directwebremoting.impl   
org.directwebremoting.servlet   
 

Uses of DownloadManager in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement DownloadManager
 class DataUrlDownloadManager
          A download manager that works my returning a data: URL so the data is sent directly without waiting in some store.
 class FileStoreDownloadManager
          A DownloadManager that stores the files on disk.
 class InMemoryDownloadManager
          A DownloadManager that simply stores the links in-memory.
 class PurgingDownloadManager
          A DownloadManager that simply stores downloads in memory until they are requested and then removes them.
 

Uses of DownloadManager in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type DownloadManager
 void DownloadHandler.setDownloadManager(DownloadManager downloadManager)
           
 


Copyright ¬ 2005