IcedTea-Web
NetX

Uses of Package
net.sourceforge.jnlp.cache

Packages that use net.sourceforge.jnlp.cache
net.sourceforge.jnlp This package contains the classes that represent the parts of a Java Network Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file as an application, applet, or installer. 
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
net.sourceforge.jnlp.event This package contains the JNLP events. 
net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. 
net.sourceforge.jnlp.tools   
 

Classes in net.sourceforge.jnlp.cache used by net.sourceforge.jnlp
ResourceTracker
          This class tracks the downloading of various resources of a JNLP file to local files in the cache.
UpdatePolicy
          A policy that determines when a resource should be checked for an updated version.
 

Classes in net.sourceforge.jnlp.cache used by net.sourceforge.jnlp.cache
CacheEntry
          Describes an entry in the cache.
DirectoryNode
           
DownloadIndicator
          A DownloadIndicator creates DownloadServiceListeners that are notified of resources being transferred and their progress.
Resource
          Information about a single resource to download.
ResourceTracker
          This class tracks the downloading of various resources of a JNLP file to local files in the cache.
UpdatePolicy
          A policy that determines when a resource should be checked for an updated version.
 

Classes in net.sourceforge.jnlp.cache used by net.sourceforge.jnlp.event
Resource
          Information about a single resource to download.
ResourceTracker
          This class tracks the downloading of various resources of a JNLP file to local files in the cache.
 

Classes in net.sourceforge.jnlp.cache used by net.sourceforge.jnlp.runtime
DownloadIndicator
          A DownloadIndicator creates DownloadServiceListeners that are notified of resources being transferred and their progress.
UpdatePolicy
          A policy that determines when a resource should be checked for an updated version.
 

Classes in net.sourceforge.jnlp.cache used by net.sourceforge.jnlp.tools
ResourceTracker
          This class tracks the downloading of various resources of a JNLP file to local files in the cache.
 


IcedTea-Web
NetX

Submit a bug or feature