Uses of Interface
org.simpleframework.http.ContentDisposition

Packages that use ContentDisposition
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
protected  ContentDisposition SegmentConsumer.disposition
          This is used to represent the content disposition header.
 

Methods in org.simpleframework.http.message that return ContentDisposition
 ContentDisposition SegmentConsumer.getDisposition()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentDisposition Segment.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
 class ContentDispositionParser
          The ContentDispositionParser object is used to represent a parser used to parse the Content-Disposition header.
 



Copyright © 2014. All Rights Reserved.