uk.co.bigbeeconsultants.http.header

MediaType

object MediaType extends ValueParser[MediaType] with Serializable

Provides some commonly-used MediaType instances and a factory constructor for new instances.

Linear Supertypes
Serializable, Serializable, ValueParser[MediaType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MediaType
  2. Serializable
  3. Serializable
  4. ValueParser
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val APPLICATION_ATOM_XML: MediaType

  7. val APPLICATION_ECMASCRIPT: MediaType

  8. val APPLICATION_FORM_URLENCODED: MediaType

  9. val APPLICATION_JAVASCRIPT: MediaType

  10. val APPLICATION_JSON: MediaType

  11. val APPLICATION_OCTET_STREAM: MediaType

  12. val APPLICATION_PDF: MediaType

  13. val APPLICATION_SVG_XML: MediaType

  14. val APPLICATION_XHTML_XML: MediaType

  15. val APPLICATION_XML: MediaType

  16. val IMAGE_GIF: MediaType

  17. val IMAGE_JPG: MediaType

  18. val IMAGE_PNG: MediaType

  19. val IMAGE_SVG_XML: MediaType

  20. val MULTIPART_FORM_DATA: MediaType

  21. val STAR_STAR: MediaType

  22. val TEXT_CSS: MediaType

  23. val TEXT_CSV: MediaType

  24. val TEXT_HTML: MediaType

  25. val TEXT_PLAIN: MediaType

  26. val TEXT_XML: MediaType

  27. val WILDCARD: String

    The value of a type or subtype wildcard: "*"

  28. def apply(str: String): MediaType

    Constructs a new MediaType instance from a string typically as found in HTTP content-type values.

  29. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  30. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. implicit def convertToString(mt: MediaType): String

  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. def ifValid(value: String): Option[MediaType]

    Definition Classes
    MediaTypeValueParser
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from ValueParser[MediaType]

Inherited from AnyRef

Inherited from Any

Ungrouped