Uses of Class
io.jooby.FileDownload
Packages that use FileDownload
-
Uses of FileDownload in io.jooby
Subclasses of FileDownload in io.joobyModifier and TypeClassDescriptionclass
Represents a file attachment response.class
Represents an inline file response.Methods in io.jooby that return FileDownloadModifier and TypeMethodDescriptiondefault FileDownload
FileDownload.Builder.attachment()
Creates an attachedFileDownload
.FileDownload.Builder.build
(FileDownload.Mode mode) Creates aFileDownload
with the specifiedFileDownload.Mode
.default FileDownload
FileDownload.Builder.inline()
Creates an inlineFileDownload
.Methods in io.jooby with parameters of type FileDownloadModifier and TypeMethodDescriptionContext.send
(FileDownload file) Send a file download response.default Context
DefaultContext.send
(FileDownload file) ForwardingContext.send
(FileDownload file)