Uses of Class
io.helidon.media.multipart.WriteableBodyPart.Builder
Packages that use WriteableBodyPart.Builder
-
Uses of WriteableBodyPart.Builder in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return WriteableBodyPart.BuilderModifier and TypeMethodDescriptionstatic WriteableBodyPart.BuilderWriteableBodyPart.builder()Create a new builder instance.Create a new body part backed by the specified entity.WriteableBodyPart.Builder.entityStream(Flow.Publisher<T> stream, Class<T> type) Create a new body part backed by the specified entity stream.Filename which will be used inContentDisposition.WriteableBodyPart.Builder.headers(WriteableBodyPartHeaders headers) Set the headers for this part.WriteableBodyPart.Builder.headers(Supplier<WriteableBodyPartHeaders> supplier) Set the headers for this part.Set the headers for this part.Name which will be used inContentDisposition.WriteableBodyPart.Builder.publisher(Flow.Publisher<DataChunk> publisher) Create a new body part backed by the specified publisher.