Uses of Interface
org.simpleframework.http.ContentDisposition
Packages that use ContentDisposition
-
Uses of ContentDisposition in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as ContentDispositionModifier and TypeFieldDescriptionprotected ContentDispositionSegmentConsumer.dispositionThis is used to represent the content disposition header.Methods in org.simpleframework.http.message that return ContentDispositionModifier and TypeMethodDescriptionBufferPart.getDisposition()This is used to acquire the content disposition for the part.Segment.getDisposition()This is a convenience method that can be used to determine the content type of the message body.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 ContentDispositionModifier and TypeClassDescriptionclassTheContentDispositionParserobject is used to represent a parser used to parse the Content-Disposition header.