Uses of Interface
com.iizix.wsfile.IWSFileDownload
Packages that use IWSFileDownload Package Description com.iizix.server.wsfile com.iizix.wsfile Uses of IWSFileDownload in com.iizix.server.wsfile
Classes in com.iizix.server.wsfile that implement IWSFileDownload Modifier and Type Class Description class
WSFileDownload
Class used to hold information for file download into a file provider.Methods in com.iizix.server.wsfile that return IWSFileDownload Modifier and Type Method Description IWSFileDownload
WSFileProvider. createDownloadInstance(java.net.URL url, java.lang.Object id, java.lang.String description)
Constructs an instance of a file to download.Methods in com.iizix.server.wsfile with parameters of type IWSFileDownload Modifier and Type Method Description void
WSFileProvider. downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, java.lang.Runnable completed)
Downloads the collection of files.Uses of IWSFileDownload in com.iizix.wsfile
Methods in com.iizix.wsfile that return IWSFileDownload Modifier and Type Method Description IWSFileDownload
IWSFileProvider. createDownloadInstance(java.net.URL url, java.lang.Object id, java.lang.String description)
Constructs an instance of a file to download.Methods in com.iizix.wsfile with parameters of type IWSFileDownload Modifier and Type Method Description void
IWSFileProvider. downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, java.lang.Runnable completed)
Downloads the collection of files.