Uses of Interface
io.jooby.FileDownload.Builder
Packages that use FileDownload.Builder
-
Uses of FileDownload.Builder in io.jooby
Methods in io.jooby that return FileDownload.BuilderModifier and TypeMethodDescriptionstatic FileDownload.BuilderCreates a builder with the specified content which can be used to create aFileDownloadwith anyFileDownload.Mode.static FileDownload.BuilderFileDownload.build(InputStream content, String fileName) Creates a builder with the specified content which can be used to create aFileDownloadwith anyFileDownload.Mode.static FileDownload.BuilderFileDownload.build(InputStream content, String fileName, long fileSize) Creates a builder with the specified content which can be used to create aFileDownloadwith anyFileDownload.Mode.static FileDownload.BuilderCreates a builder with the specified content which can be used to create aFileDownloadwith anyFileDownload.Mode.static FileDownload.BuilderCreates a builder with the specified content which can be used to create aFileDownloadwith anyFileDownload.Mode.