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