Uses of Interface
org.simpleframework.http.ContentType

Packages that use ContentType
org.simpleframework.http   
org.simpleframework.http.message   
org.simpleframework.http.parse   
 

Uses of ContentType in org.simpleframework.http
 

Methods in org.simpleframework.http that return ContentType
 ContentType ResponseWrapper.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentType ResponseHeader.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentType RequestWrapper.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentType RequestHeader.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentType Part.getContentType()
          This is used to acquire the content type for this part.
 

Uses of ContentType in org.simpleframework.http.message
 

Fields in org.simpleframework.http.message declared as ContentType
protected  ContentType SegmentConsumer.type
          This is used to parse the content type header consumed.
 

Methods in org.simpleframework.http.message that return ContentType
 ContentType SegmentConsumer.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 ContentType Segment.getContentType()
          This is a convenience method that can be used to determine the content type of the message body.
 

Uses of ContentType in org.simpleframework.http.parse
 

Classes in org.simpleframework.http.parse that implement ContentType
 class ContentTypeParser
          This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.
 



Copyright © 2014. All Rights Reserved.