Class MediaType$


  • public class MediaType$
    extends java.lang.Object
    Represents an Http media-type. A media-type consists of a main-type and a sub-type.

    See MediaTypes for convenience access to often used values.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static MediaType$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaType$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final MediaType$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MediaType$

        public MediaType$()