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.Builder
ReadableBodyPart.Builder. buffered()
Mark the part content as buffered.static ReadableBodyPart.Builder
ReadableBodyPart. builder()
Create a new builder instance.ReadableBodyPart.Builder
ReadableBodyPart.Builder. content(MessageBodyReadableContent content)
Sets the content for this part.ReadableBodyPart.Builder
ReadableBodyPart.Builder. headers(ReadableBodyPartHeaders headers)
Set the headers for this part.ReadableBodyPart.Builder
ReadableBodyPart.Builder. headers(Supplier<ReadableBodyPartHeaders> supplier)
Set the headers for this part.ReadableBodyPart.Builder
ReadableBodyPart.Builder. headers(Map<String,List<String>> headers)
Set the headers for this part.
-