Interface HttpConstants.ContentType
- Enclosing class:
- HttpConstants
public static interface HttpConstants.ContentType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe media type for application/octet-stream, i.e.static final StringThe media type for text/html in utf8.static final StringThe media type for plain text in utf-8.static final StringThe media type for text/xml in utf8.static final StringThe utf-8 charset string.static final StringThe utf-8 character encoding symbol for Java
-
Field Details
-
UTF8_JAVA
The utf-8 character encoding symbol for Java- See Also:
-
UTF8_CHARSET
The utf-8 charset string.- See Also:
-
TEXT_PLAIN_UTF8
The media type for plain text in utf-8.- See Also:
-
APPLICATION_OCTET_STREAM
The media type for application/octet-stream, i.e. generic binary data.- See Also:
-
TEXT_HTML_UTF8
The media type for text/html in utf8.- See Also:
-
TEXT_XML_UTF8
The media type for text/xml in utf8.- See Also:
-