Uses of Class
com.vaadin.flow.server.streams.TransferProgressAwareHandler
Packages that use TransferProgressAwareHandler
-
Uses of TransferProgressAwareHandler in com.vaadin.flow.server.streams
Classes in com.vaadin.flow.server.streams with type parameters of type TransferProgressAwareHandlerModifier and TypeClassDescriptionclassTransferProgressAwareHandler<T,R extends TransferProgressAwareHandler> Abstract class for common methods used in pre-made transfer progress handlers.Subclasses of TransferProgressAwareHandler in com.vaadin.flow.server.streamsModifier and TypeClassDescriptionclassAbstractDownloadHandler<R extends AbstractDownloadHandler>Abstract class for common methods used in pre-made download handlers.classAbstract class for file upload handler.classDownload handler for serving a class resource.classDownload handler for use with a given File that will be read and written as binary data to the response.classUpload handler that stores the data into a file generated by the givenFileFactory.classUpload handler for storing the upload in-memory.classDownload handler for serving an input stream for client download.classDownload handler for serving a servlet resource for client download.classUpload handler that stores the data into a temporary file.