Uses of Class
io.helidon.media.multipart.ReadableBodyPart.Builder
Packages that use ReadableBodyPart.Builder
-
Uses of ReadableBodyPart.Builder in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return ReadableBodyPart.BuilderModifier and TypeMethodDescriptionReadableBodyPart.Builder.buffered()Mark the part content as buffered.static ReadableBodyPart.BuilderReadableBodyPart.builder()Create a new builder instance.ReadableBodyPart.Builder.content(MessageBodyReadableContent content) Sets the content for this part.ReadableBodyPart.Builder.headers(ReadableBodyPartHeaders headers) Set the headers for this part.ReadableBodyPart.Builder.headers(Supplier<ReadableBodyPartHeaders> supplier) Set the headers for this part.Set the headers for this part.