Package io.micronaut.http.multipart
Interface CompletedPart
- All Superinterfaces:
PartData
- All Known Subinterfaces:
CompletedFileUpload
- All Known Implementing Classes:
NettyCompletedAttribute
,NettyCompletedFileUpload
Represents a completed part of a multipart request.
- Since:
- 1.3.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from interface io.micronaut.http.multipart.PartData
getByteBuffer, getBytes, getContentType, getInputStream
-
Method Details
-
getName
String getName()- Returns:
- The name of the part
-