Uses of Class
io.helidon.media.multipart.WriteableBodyPartHeaders
Packages that use WriteableBodyPartHeaders
-
Uses of WriteableBodyPartHeaders in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return WriteableBodyPartHeadersModifier and TypeMethodDescriptionWriteableBodyPartHeaders.Builder.build()
static WriteableBodyPartHeaders
WriteableBodyPartHeaders.create()
Create a new instance ofWriteableBodyPartHeaders
with empty headers.WriteableBodyPart.headers()
Methods in io.helidon.media.multipart with parameters of type WriteableBodyPartHeadersModifier and TypeMethodDescriptionWriteableBodyPart.Builder.headers
(WriteableBodyPartHeaders headers) Set the headers for this part.Method parameters in io.helidon.media.multipart with type arguments of type WriteableBodyPartHeadersModifier and TypeMethodDescriptionWriteableBodyPart.Builder.headers
(Supplier<WriteableBodyPartHeaders> supplier) Set the headers for this part.