Class MediaType

java.lang.Object
org.apache.tomcat.util.http.parser.MediaType

public class MediaType extends Object
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getSubtype

      public String getSubtype()
    • getCharset

      public String getCharset()
    • getParameterCount

      public int getParameterCount()
    • getParameterValue

      public String getParameterValue(String parameter)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringNoCharset

      public String toStringNoCharset()
    • parseMediaType

      public static MediaType parseMediaType(StringReader input) throws IOException
      Parses a MediaType value, either from an HTTP header or from an application.
      Parameters:
      input - a reader over the header text
      Returns:
      a MediaType parsed from the input, or null if not valid
      Throws:
      IOException - if there was a problem reading the input