Uses of Class
org.omnaest.utils.download.DownloadConnection

Packages that use DownloadConnection
org.omnaest.utils.download   
 

Uses of DownloadConnection in org.omnaest.utils.download
 

Methods in org.omnaest.utils.download that return DownloadConnection
 DownloadConnection DownloadConnection.download()
          Loads the content from the set url source.
 DownloadConnection DownloadConnection.download(URL url)
          Loads the content from a given url source.
 DownloadConnection DownloadManager.getDownloadConnection()
          Returns a new instance of a downloadconnection.
 DownloadConnection DownloadConnection.setDownloadMonitor(DownloadConnection.DownloadMonitor downloadMonitor)
           
 DownloadConnection DownloadConnection.setUrl(URL url)
           
 DownloadConnection DownloadConnection.threadedDownload()
          Downloads the set url source through a single thread created.
 DownloadConnection DownloadConnection.threadedDownload(URL url)
          Downloads the given url through a single thread created for this purpose.
 



Copyright © 2013. All Rights Reserved.