Uses of Class
io.helidon.media.multipart.WriteableBodyPart.Builder
-
Uses of WriteableBodyPart.Builder in io.helidon.media.multipart
Modifier and TypeMethodDescriptionstatic WriteableBodyPart.Builder
WriteableBodyPart.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.