Holger's
Java API

Uses of Class
com.antelmann.net.URLCache

Packages that use URLCache
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of URLCache in com.antelmann.net
 

Methods in com.antelmann.net that return URLCache
 URLCache[] MediaCrawler.getFilesFound()
           
 URLCache URLNode.getURLCache()
           
 

Methods in com.antelmann.net with parameters of type URLCache
static void Downloader.download(URLCache uc, File file)
          synchronously downloads the given uc to the given file
static void Downloader.download(URLCache uc, OutputStream out)
          synchronously downloads the given url to the given output stream
static void Downloader.download(URLCache uc, OutputStream out, String user, char[] password)
          synchronously downloads the given url to the given output stream using basic authorization mechanism
 void MediaCrawler.Handler.foundMedia(URLCache uc)
          called when a media file is found, so that it can be saved or handled otherwise
 void URLCache.RefreshListener.refreshedURLCache(URLCache uc, boolean refreshSuccessful, IOException reasonForFailure)
          This method is called when a call to URLCache.refresh() completes.
protected  void JWebBrowser.validateLinks(URLCache uc)
          shows a window with the broken links in this page
 

Method parameters in com.antelmann.net with type arguments of type URLCache
 void JURLCachePane.setCache(Map<URL,URLCache> cache)
          the cache must map URL objects to URLCache objects
 

Constructors in com.antelmann.net with parameters of type URLCache
Downloader(URLCache uc, File file)
           
Downloader(URLCache uc, OutputStream out)
          closes the stream on completion
Downloader(URLCache uc, OutputStream out, boolean closeOnCompletion)
           
Downloader(URLCache uc, OutputStream out, boolean closeOnCompletion, Monitor monitor)
           
JDownloader(Component parent, URLCache uc, File file)
           
JWebBrowser(URLCache homeURLCache)
           
URLNode(URLCache uc, URLNode parent, URLTree tree)
           
 

Constructor parameters in com.antelmann.net with type arguments of type URLCache
JURLCachePane(Map<URL,URLCache> cache)
          the cache must map URL objects to URLCache objects
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads