Uses of Interface
org.directwebremoting.extend.DownloadManager

Packages that use DownloadManager
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
org.directwebremoting.servlet   
 

Uses of DownloadManager in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend 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.
 

Uses of DownloadManager in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement DownloadManager
 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 ยจ 2008