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