Uses of Interface
com.iizix.wsfile.IWSFileDownload
Uses of IWSFileDownload in com.iizix.server.wsfile
Modifier and TypeClassDescriptionfinal class
Class used to hold information for file download into a file provider.Modifier and TypeMethodDescriptionWSFileProvider.createDownloadInstance
(URL url, Object id, String description) Constructs an instance of a file to download.Modifier and TypeMethodDescriptionvoid
WSFileProvider.downloadFiles
(IAppSessionGyro appGyro, IWSFileDownload[] files, Runnable completed) Downloads the collection of files.Uses of IWSFileDownload in com.iizix.wsfile
Modifier and TypeMethodDescriptionIWSFileProvider.createDownloadInstance
(URL url, Object id, String description) Constructs an instance of a file to download.Modifier and TypeMethodDescriptionvoid
IWSFileProvider.downloadFiles
(IAppSessionGyro appGyro, IWSFileDownload[] files, Runnable completed) Downloads the collection of files.