Package com.vaadin.flow.server.streams
Class TemporaryFileUploadHandler
java.lang.Object
com.vaadin.flow.server.streams.TransferProgressAwareHandler<UploadEvent,TemporaryFileUploadHandler>
com.vaadin.flow.server.streams.AbstractFileUploadHandler<TemporaryFileUploadHandler>
com.vaadin.flow.server.streams.TemporaryFileUploadHandler
- All Implemented Interfaces:
ElementRequestHandler,UploadHandler,Serializable
public class TemporaryFileUploadHandler
extends AbstractFileUploadHandler<TemporaryFileUploadHandler>
Upload handler that stores the data into a temporary file. Stored temporary
file is returned in the successHandler for further use.
- Since:
- 24.8
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.server.streams.AbstractFileUploadHandler
getTransferContext, handleUploadRequestMethods inherited from class com.vaadin.flow.server.streams.TransferProgressAwareHandler
addTransferProgressListener, getListeners, notifyError, onProgress, onProgress, onProgress, onProgress, whenComplete, whenComplete, whenStart, whenStartMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.streams.ElementRequestHandler
getDisabledUpdateMode, getUrlPostfix, isAllowInertMethods inherited from interface com.vaadin.flow.server.streams.UploadHandler
getFileCountMax, getFileSizeMax, getRequestSizeMax, handleRequest, responseHandled
-
Constructor Details
-
TemporaryFileUploadHandler
-