Uses of Class
io.helidon.common.http.ContentDisposition
Packages that use ContentDisposition
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Reactive Media MultiPart.
-
Uses of ContentDisposition in io.helidon.common.http
Methods in io.helidon.common.http that return ContentDispositionModifier and TypeMethodDescriptionContentDisposition.Builder.build()static ContentDispositionContentDisposition.empty()An empty content disposition.static ContentDispositionParse a received header value. -
Uses of ContentDisposition in io.helidon.reactive.media.multipart
Methods in io.helidon.reactive.media.multipart that return ContentDispositionModifier and TypeMethodDescriptionBodyPartHeaders.contentDisposition()Get theContent-Dispositionheader.ReadableBodyPartHeaders.contentDisposition()WriteableBodyPartHeaders.contentDisposition()Methods in io.helidon.reactive.media.multipart with parameters of type ContentDispositionModifier and TypeMethodDescriptionWriteableBodyPartHeaders.Builder.contentDisposition(ContentDisposition contentDisp) Add aContent-Dispositionheader.voidWriteableBodyPartHeaders.contentDisposition(ContentDisposition contentDisposition) Sets the value ofHttp.Header.CONTENT_DISPOSITIONheader.