Uses of Class
io.jooby.FileDownload
-
Uses of FileDownload in io.jooby
Modifier and TypeClassDescriptionclass
Represents a file attachment response.class
Represents an inline file response.Modifier 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
.Modifier and TypeMethodDescriptionContext.send
(FileDownload file) Send a file download response.default Context
DefaultContext.send
(FileDownload file) ForwardingContext.send
(FileDownload file)