Uses of Interface
io.helidon.media.multipart.BodyPart
-
Packages that use BodyPart Package Description io.helidon.media.multipart Helidon Media MultiPart. -
-
Uses of BodyPart in io.helidon.media.multipart
Classes in io.helidon.media.multipart with type parameters of type BodyPart Modifier and Type Interface Description interface
MultiPart<T extends BodyPart>
Deprecated, for removal: This API element is subject to removal in a future version.Usecontent().asStream(ReadableBodyPart.class)
instead to read multipart entities.Classes in io.helidon.media.multipart that implement BodyPart Modifier and Type Class Description class
ReadableBodyPart
Readable body part entity.class
WriteableBodyPart
Writeable body part entity.
-