Uses of Class
io.helidon.media.multipart.ContentDisposition
-
Packages that use ContentDisposition Package Description io.helidon.media.multipart Helidon Media MultiPart. -
-
Uses of ContentDisposition in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return ContentDisposition Modifier and Type Method Description ContentDisposition
ContentDisposition.Builder. build()
ContentDisposition
BodyPartHeaders. contentDisposition()
Get theContent-Disposition
header.ContentDisposition
ReadableBodyPartHeaders. contentDisposition()
ContentDisposition
WriteableBodyPartHeaders. contentDisposition()
Methods in io.helidon.media.multipart with parameters of type ContentDisposition Modifier and Type Method Description WriteableBodyPartHeaders.Builder
WriteableBodyPartHeaders.Builder. contentDisposition(ContentDisposition contentDisp)
Add aContent-Disposition
header.void
WriteableBodyPartHeaders. contentDisposition(ContentDisposition contentDisposition)
Sets the value of "Content-Disposition" header.
-