trait MediaType extends AnyRef

Source
MediaType.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaType
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def binary: Boolean

    True when this media-type is not character-based.

  2. abstract def isApplication: Boolean
  3. abstract def isAudio: Boolean
  4. abstract def isCompressible: Boolean

    True when this media-type is generally compressible.

  5. abstract def isImage: Boolean
  6. abstract def isMessage: Boolean
  7. abstract def isMultipart: Boolean
  8. abstract def isText: Boolean
  9. abstract def isVideo: Boolean
  10. abstract def mainType: String

    The main-type of this media-type.

  11. abstract def subType: String

    The sub-type of this media-type.

  12. abstract def toRange(qValue: Float): MediaRange

    Creates a media-range from this media-type with a given qValue.

  13. abstract def toRange: MediaRange

    Creates a media-range from this media-type.