Package org.springframework.integration.http.multipart
package org.springframework.integration.http.multipart
Provides classes supporting multipart HTTP requests.
-
ClassDescription
MultipartFileReader
implementation that reads theMultipartFile
content directly into a newMultipartFile
instance that is not restricted to the HTTP request scope.MultipartFileReader
implementation that copies the MultipartFile's content to a new temporary File in the specified directory.Strategy for readingMultipartFile
content.MultipartFileReader
implementation that does not maintain metadata from the originalMultipartFile
instance.AMultipartFile
implementation that represents an uploaded File.