- java.lang.Object
-
- io.helidon.media.multipart.ReadableMultiPart
-
- All Implemented Interfaces:
MultiPart<ReadableBodyPart>
public final class ReadableMultiPart extends Object implements MultiPart<ReadableBodyPart>
Readable multipart message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReadableBodyPart>bodyParts()Get all the nested body parts.
-
-
-
Method Detail
-
bodyParts
public List<ReadableBodyPart> bodyParts()
Description copied from interface:MultiPartGet all the nested body parts.- Specified by:
bodyPartsin interfaceMultiPart<ReadableBodyPart>- Returns:
- list of
BodyPart
-
-