Uses of Interface
io.jooby.FileDownload.Builder
-
Uses of FileDownload.Builder in io.jooby
Modifier and TypeMethodDescriptionstatic FileDownload.Builder
Creates a builder with the specified content which can be used to create aFileDownload
with anyFileDownload.Mode
.static FileDownload.Builder
FileDownload.build
(InputStream content, String fileName) Creates a builder with the specified content which can be used to create aFileDownload
with anyFileDownload.Mode
.static FileDownload.Builder
FileDownload.build
(InputStream content, String fileName, long fileSize) Creates a builder with the specified content which can be used to create aFileDownload
with anyFileDownload.Mode
.static FileDownload.Builder
Creates a builder with the specified content which can be used to create aFileDownload
with anyFileDownload.Mode
.static FileDownload.Builder
Creates a builder with the specified content which can be used to create aFileDownload
with anyFileDownload.Mode
.