- java.lang.Object
-
- io.helidon.media.multipart.ReadableMultiPart
-
- All Implemented Interfaces:
MultiPart<ReadableBodyPart>
@Deprecated(since="2.5.0", forRemoval=true) public final class ReadableMultiPart extends Object implements MultiPart<ReadableBodyPart>
Deprecated, for removal: This API element is subject to removal in a future version.Usecontent().asStream(ReadableBodyPart.class)
instead to read multipart entities. This interface will be removed at 3.0.0 version.Readable multipart message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ReadableBodyPart>
bodyParts()
Deprecated, for removal: This API element is subject to removal in a future version.Get all the nested body parts.
-
-
-
Method Detail
-
bodyParts
public List<ReadableBodyPart> bodyParts()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:MultiPart
Get all the nested body parts.- Specified by:
bodyParts
in interfaceMultiPart<ReadableBodyPart>
- Returns:
- list of
BodyPart
-
-