Uses of Class
com.vaadin.flow.server.streams.DownloadResponse
Packages that use DownloadResponse
-
Uses of DownloadResponse in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams that return DownloadResponseModifier and TypeMethodDescriptionInputStreamDownloadCallback.complete(DownloadEvent downloadEvent) Applies the givenDownloadEventto provide aDownloadResponse.static DownloadResponseDownloadResponse.error(int statusCode) Generate an error response for download.static DownloadResponseGenerate an error response for download with message.static DownloadResponseDownloadResponse.error(HttpStatusCode statusCode) Generate an error response for download.static DownloadResponseDownloadResponse.error(HttpStatusCode statusCode, String message) Generate an error response for download with message.