Package io.micronaut.http.multipart
Interface CompletedFileUpload
-
- All Superinterfaces:
CompletedPart
,FileUpload
,PartData
public interface CompletedFileUpload extends FileUpload, CompletedPart
Represents a completed part of a multipart request.When used as an argument to an
Controller
instance method, the route is not executed until the part has been fully received. Provides access to metadata about the file as well as the contents.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.micronaut.http.multipart.CompletedPart
getName
-
Methods inherited from interface io.micronaut.http.multipart.FileUpload
discard, getContentType, getDefinedSize, getFilename, getName, getSize, isComplete
-
Methods inherited from interface io.micronaut.http.multipart.PartData
getByteBuffer, getBytes, getContentType, getInputStream
-
-