Uses of Class
io.helidon.media.multipart.ReadableBodyPart.Builder
-
Packages that use ReadableBodyPart.Builder Package Description io.helidon.media.multipart Helidon Media MultiPart. -
-
Uses of ReadableBodyPart.Builder in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return ReadableBodyPart.Builder Modifier and Type Method Description ReadableBodyPart.BuilderReadableBodyPart.Builder. buffered()Mark the part content as buffered.static ReadableBodyPart.BuilderReadableBodyPart. builder()Create a new builder instance.ReadableBodyPart.BuilderReadableBodyPart.Builder. content(MessageBodyReadableContent content)Sets the content for this part.ReadableBodyPart.BuilderReadableBodyPart.Builder. headers(ReadableBodyPartHeaders headers)Set the headers for this part.ReadableBodyPart.BuilderReadableBodyPart.Builder. headers(Supplier<ReadableBodyPartHeaders> supplier)Set the headers for this part.ReadableBodyPart.BuilderReadableBodyPart.Builder. headers(Map<String,List<String>> headers)Set the headers for this part.
-