Uses of Class
io.helidon.media.multipart.WriteableBodyPartHeaders
-
Uses of WriteableBodyPartHeaders in io.helidon.media.multipart
Modifier and TypeMethodDescriptionWriteableBodyPartHeaders.Builder.build()
static WriteableBodyPartHeaders
WriteableBodyPartHeaders.create()
Create a new instance ofWriteableBodyPartHeaders
with empty headers.WriteableBodyPart.headers()
Modifier and TypeMethodDescriptionWriteableBodyPart.Builder.headers
(WriteableBodyPartHeaders headers) Set the headers for this part.Modifier and TypeMethodDescriptionWriteableBodyPart.Builder.headers
(Supplier<WriteableBodyPartHeaders> supplier) Set the headers for this part.