Uses of Interface
com.vaadin.flow.server.streams.UploadHandler
Packages that use UploadHandler
-
Uses of UploadHandler in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type UploadHandlerModifier and TypeMethodDescriptionstatic voidTransferUtil.handleUpload(UploadHandler handler, VaadinRequest request, VaadinResponse response, VaadinSession session, Element owner) Handle upload request and callhandleUploadRequest(UploadEvent)correctly for xhr and multipart uploads. -
Uses of UploadHandler in com.vaadin.flow.server.streams
Classes in com.vaadin.flow.server.streams that implement UploadHandlerModifier and TypeClassDescriptionclassAbstract class for file upload handler.classUpload handler that stores the data into a file generated by the givenFileFactory.classUpload handler for storing the upload in-memory.classUpload handler that stores the data into a temporary file.