Interface CompletedFileUpload
- All Superinterfaces:
CompletedPart, FileUpload, PartData
- All Known Implementing Classes:
NettyCompletedFileUpload
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
- Author:
- Zachary Klein
-
Method Summary
Methods inherited from interface CompletedPart
getNameMethods inherited from interface FileUpload
discard, getContentType, getDefinedSize, getFilename, getName, getSize, isCompleteMethods inherited from interface PartData
getByteBuffer, getBytes, getContentType, getInputStream