Package io.micronaut.http.multipart
Interface CompletedPart
-
- All Superinterfaces:
PartData
- All Known Subinterfaces:
CompletedFileUpload
public interface CompletedPart extends PartData
Represents a completed part of a multipart request.- Since:
- 1.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from interface io.micronaut.http.multipart.PartData
getByteBuffer, getBytes, getContentType, getInputStream
-
-