类 MediaType

java.lang.Object
com.alibaba.nacos.common.http.param.MediaType

public final class MediaType extends Object
Http Media type.
作者:
liaochuntao
  • 字段详细资料

  • 方法详细资料

    • valueOf

      public static MediaType valueOf(String contentType)
      Parse the given String contentType into a MediaType object.
      参数:
      contentType - mediaType
      返回:
      MediaType
    • valueOf

      public static MediaType valueOf(String contentType, String charset)
      Use the given contentType and charset to assemble into a MediaType object.
      参数:
      contentType - contentType
      charset - charset
      返回:
      MediaType
    • getType

      public String getType()
    • getCharset

      public String getCharset()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object