Uses of Class
io.helidon.media.multipart.ReadableBodyPartHeaders
-
Uses of ReadableBodyPartHeaders in io.helidon.media.multipart
Modifier and TypeMethodDescriptionReadableBodyPartHeaders.Builder.build()
static ReadableBodyPartHeaders
ReadableBodyPartHeaders.create()
Create a new instance ofReadableBodyPartHeaders
.ReadableBodyPart.headers()
Modifier and TypeMethodDescriptionReadableBodyPart.Builder.headers
(ReadableBodyPartHeaders headers) Set the headers for this part.Modifier and TypeMethodDescriptionReadableBodyPart.Builder.headers
(Supplier<ReadableBodyPartHeaders> supplier) Set the headers for this part.