Uses of Class
io.helidon.media.multipart.ReadableBodyPartHeaders
-
-
Uses of ReadableBodyPartHeaders in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return ReadableBodyPartHeaders Modifier and Type Method Description ReadableBodyPartHeadersReadableBodyPartHeaders.Builder. build()static ReadableBodyPartHeadersReadableBodyPartHeaders. create()Create a new instance ofReadableBodyPartHeaders.ReadableBodyPartHeadersReadableBodyPart. headers()Methods in io.helidon.media.multipart with parameters of type ReadableBodyPartHeaders Modifier and Type Method Description ReadableBodyPart.BuilderReadableBodyPart.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.BuilderReadableBodyPart.Builder. headers(Supplier<ReadableBodyPartHeaders> supplier)Set the headers for this part.
-