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 classWSFileDownloadClass 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 IWSFileDownloadWSFileProvider. 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 voidWSFileProvider. 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 IWSFileDownloadIWSFileProvider. 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 voidIWSFileProvider. downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, java.lang.Runnable completed)Downloads the collection of files.