Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.message | |
org.simpleframework.http.parse |
Modifier and Type | Method and Description |
---|---|
ContentType |
Part.getContentType()
This is used to acquire the content type for this part.
|
ContentType |
ResponseHeader.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 |
RequestWrapper.getContentType()
This is a convenience method that can be used to determine the
content type of the message body.
|
ContentType |
ResponseWrapper.getContentType()
This is a convenience method that can be used to determine the
content type of the message body.
|
Modifier and Type | Field and Description |
---|---|
protected ContentType |
SegmentConsumer.type
This is used to parse the content type header consumed.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
Segment.getContentType()
This is a convenience method that can be used to determine the
content type of the message body.
|
ContentType |
SegmentConsumer.getContentType()
This is a convenience method that can be used to determine the
content type of the message body.
|
Modifier and Type | Class and Description |
---|---|
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 © 2021. All rights reserved.