public static class ContentDisposition.Companion
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
getAttachment()
Content-Disposition: attachment |
ContentDisposition |
getFile()
Content-Disposition: file |
ContentDisposition |
getInline()
Content-Disposition: inline |
ContentDisposition |
getMixed()
Content-Disposition: mixed |
ContentDisposition |
parse(java.lang.String value)
Parse
Content-Disposition header value |
public ContentDisposition getFile()
Content-Disposition: file
public ContentDisposition getMixed()
Content-Disposition: mixed
public ContentDisposition getAttachment()
Content-Disposition: attachment
public ContentDisposition getInline()
Content-Disposition: inline
public ContentDisposition parse(java.lang.String value)
Parse Content-Disposition
header value