Uses of Interface
org.simpleframework.http.ContentDisposition
-
Packages that use ContentDisposition Package Description org.simpleframework.http.message org.simpleframework.http.parse -
-
Uses of ContentDisposition in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as ContentDisposition Modifier and Type Field Description protected ContentDisposition
SegmentConsumer. disposition
This is used to represent the content disposition header.Methods in org.simpleframework.http.message that return ContentDisposition Modifier and Type Method Description ContentDisposition
Segment. getDisposition()
This is a convenience method that can be used to determine the content type of the message body.ContentDisposition
SegmentConsumer. getDisposition()
This is a convenience method that can be used to determine the content type of the message body. -
Uses of ContentDisposition in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement ContentDisposition Modifier and Type Class Description class
ContentDispositionParser
TheContentDispositionParser
object is used to represent a parser used to parse the Content-Disposition header.
-