您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH:
类的使用
com.alibaba.nacos.common.http.param.MediaType
使用
MediaType
的程序包
程序包
说明
com.alibaba.nacos.common.http.param
com.alibaba.nacos.common.http.param
中
MediaType
的使用
返回
MediaType
的
com.alibaba.nacos.common.http.param
中的方法
修饰符和类型
方法
说明
static
MediaType
MediaType.
valueOf
(
String
contentType)
Parse the given String contentType into a
MediaType
object.
static
MediaType
MediaType.
valueOf
(
String
contentType,
String
charset)
Use the given contentType and charset to assemble into a
MediaType
object.