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 interfaceMultiPart<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 classReadableBodyPartReadable body part entity.classWriteableBodyPartWriteable body part entity.
-