Uses of Interface
org.simpleframework.http.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in org.simpleframework.http
Methods in org.simpleframework.http that return ContentTypeModifier and TypeMethodDescriptionPart.getContentType()
This is used to acquire the content type for this part.RequestHeader.getContentType()
This is a convenience method that can be used to determine the content type of the message body.RequestWrapper.getContentType()
This is a convenience method that can be used to determine the content type of the message body.ResponseHeader.getContentType()
This is a convenience method that can be used to determine the content type of the message body.ResponseWrapper.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.core
Methods in org.simpleframework.http.core that return ContentTypeModifier and TypeMethodDescriptionRequestMessage.getContentType()
This is a convenience method that can be used to determine the content type of the message body.ResponseMessage.getContentType()
This is a convenience method that can be used to determine the content type of the message body.Methods in org.simpleframework.http.core with parameters of type ContentTypeModifier and TypeMethodDescriptionRequestEntity.getContent
(ContentType type) This is used to get the content body.private boolean
QueryBuilder.isFormPost
(ContentType type) This is used to determine if the content type is a form POST of type application/x-www-form-urlencoded. -
Uses of ContentType in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as ContentTypeModifier and TypeFieldDescriptionprotected ContentType
SegmentConsumer.type
This is used to parse the content type header consumed.Methods in org.simpleframework.http.message that return ContentTypeModifier and TypeMethodDescriptionBufferPart.getContentType()
This is used to acquire the content type for this part.Segment.getContentType()
This is a convenience method that can be used to determine the content type of the message body.SegmentConsumer.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 ContentTypeModifier and TypeClassDescriptionclass
This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.