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