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