Uses of Class
de.xima.fc.http.ContentDisposition
-
Packages that use ContentDisposition Package Description de.xima.fc.http -
-
Uses of ContentDisposition in de.xima.fc.http
Methods in de.xima.fc.http that return ContentDisposition Modifier and Type Method Description ContentDispositionContentDisposition.Builder. build()Creates a content disposition with the current settings.static ContentDispositionContentDisposition. parseHeaderValue(String contentDispositionHeader)Parses a Content-Disposition header value, such asMethods in de.xima.fc.http with parameters of type ContentDisposition Modifier and Type Method Description static StringContentDisposition. formatHeaderValue(ContentDisposition disposition)Creates an HTTP header value for the given content disposition.
-