A C D F G I M N O P R S T U W X Z

D

DefaultSystemProperties - Class in osdep.configuration
The default source of the system properties.
DefaultSystemProperties() - Constructor for class osdep.configuration.DefaultSystemProperties
 
doWithConnection(String, ICallableWithParameter<Void, URLConnection, E>) - Method in class osdep.ConnectionHandler
Authenticate the user to the proxy, connects to the http site, and calls a callback function to do somehing with the connection
doWithProxy(String, ICallableWithParameter<Void, Boolean, E>) - Method in class osdep.proxy.ProxyHandler
Sets up a proxy for a certain protocol ("http" or "ftp"), calls a function (that uses the proxy to open a connection) and puts back the previous proxy properties
doWithProxyAuthentication(URLConnection, ICallableWithParameter<Void, URLConnection, E>) - Method in class osdep.proxy.ProxyAuthenticationHandler
Applies the authentication properties to the connection, calls a callback function that uses the connection and puts back the authentication properties to the values that they had before.
download(String, String, String) - Method in class osdep.console.ConsoleWebDownloader
 
download(String, String, String) - Method in class osdep.WebDownloader
Downloads the library/application
Downloader - Class in osdep
To download a file from the internet to a local directory
Downloader(ProxyAuthenticationHandler, IDownloadListener) - Constructor for class osdep.Downloader
 
DownloadException - Exception in osdep
An error happened downloading a file
DownloadException(String) - Constructor for exception osdep.DownloadException
 
DownloadException(String, Throwable) - Constructor for exception osdep.DownloadException
 
downloadFile(String, String) - Method in class osdep.Downloader
Downloads an internet file as a local file
downloadFinished(String) - Method in class osdep.console.ConsoleDownloadListener
 
downloadFinished(String) - Method in interface osdep.IDownloadListener
The downloading of the file is terminated
downloadStarted(String) - Method in class osdep.console.ConsoleDownloadListener
 
downloadStarted(String) - Method in interface osdep.IDownloadListener
The download of the given file is started
downloadStep(long) - Method in class osdep.console.ConsoleDownloadListener
 
downloadStep(long) - Method in interface osdep.IDownloadListener
Another piece of the file has been downloaded

A C D F G I M N O P R S T U W X Z