Uses of Class
io.helidon.http.ContentDisposition.Builder
Packages that use ContentDisposition.Builder
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of ContentDisposition.Builder in io.helidon.http
Methods in io.helidon.http that return ContentDisposition.BuilderModifier and TypeMethodDescriptionstatic ContentDisposition.BuilderContentDisposition.builder()A new builder to set up content disposition.ContentDisposition.Builder.creationDate(ZonedDateTime date) Set the content dispositioncreation-dateparameter.Set the content dispositionfilenameparameter.ContentDisposition.Builder.modificationDate(ZonedDateTime date) Set the content dispositionmodification-dateparameter.Set the content dispositionnameparameter.Add a new content disposition header parameter.ContentDisposition.Builder.readDate(ZonedDateTime date) Set the content dispositionread-dateparameter.ContentDisposition.Builder.size(long size) Set the content dispositionsizeparameter.Set the content disposition type.