Uses of Class
com.vaadin.flow.server.streams.FileDownloadHandler
Packages that use FileDownloadHandler
-
Uses of FileDownloadHandler in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams that return FileDownloadHandlerModifier and TypeMethodDescriptionstatic FileDownloadHandlerGet a download handler for serving givenFile.static FileDownloadHandlerDownloadHandler.forFile(File file, TransferProgressListener listener) Get a download handler for serving givenFilewith the given progress listener.static FileDownloadHandlerGet a download handler for serving givenFilewith the given download file name.static FileDownloadHandlerDownloadHandler.forFile(File file, String fileNameOverride, TransferProgressListener listener) Get a download handler for serving givenFilewith the given download file name and progress listener.