类 MediaType
java.lang.Object
com.alibaba.nacos.common.http.param.MediaType
Http Media type.
- 作者:
- liaochuntao
-
字段概要
字段 -
方法概要
-
字段详细资料
-
APPLICATION_ATOM_XML
- 另请参阅:
- 常量字段值
-
APPLICATION_FORM_URLENCODED
- 另请参阅:
- 常量字段值
-
APPLICATION_OCTET_STREAM
- 另请参阅:
- 常量字段值
-
APPLICATION_SVG_XML
- 另请参阅:
- 常量字段值
-
APPLICATION_XHTML_XML
- 另请参阅:
- 常量字段值
-
APPLICATION_XML
- 另请参阅:
- 常量字段值
-
APPLICATION_JSON
- 另请参阅:
- 常量字段值
-
MULTIPART_FORM_DATA
- 另请参阅:
- 常量字段值
-
TEXT_HTML
- 另请参阅:
- 常量字段值
-
TEXT_PLAIN
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
valueOf
Parse the given String contentType into aMediaTypeobject.- 参数:
contentType- mediaType- 返回:
- MediaType
-
valueOf
Use the given contentType and charset to assemble into aMediaTypeobject.- 参数:
contentType- contentTypecharset- charset- 返回:
- MediaType
-
getType
-
getCharset
-
toString
-