Uses of Interface
com.vaadin.flow.server.streams.InMemoryUploadCallback
Packages that use InMemoryUploadCallback
-
Uses of InMemoryUploadCallback in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type InMemoryUploadCallbackModifier and TypeMethodDescriptionstatic InMemoryUploadHandlerUploadHandler.inMemory(InMemoryUploadCallback successCallback) Generate upload handler for storing download into in-memorybyte[].static InMemoryUploadHandlerUploadHandler.inMemory(InMemoryUploadCallback successCallback, TransferProgressListener listener) Generate upload handler for storing download into in-memorybyte[]with progress handling.Constructors in com.vaadin.flow.server.streams with parameters of type InMemoryUploadCallback