io.shaka.http

ContentType

object ContentType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContentType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class unknownContentType(value: String) extends ContentType with Product with Serializable

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. object APPLICATION_ATOM_XML extends ContentType with Product with Serializable

  5. object APPLICATION_FORM_URLENCODED extends ContentType with Product with Serializable

  6. object APPLICATION_JAVASCRIPT extends ContentType with Product with Serializable

  7. object APPLICATION_JSON extends ContentType with Product with Serializable

  8. object APPLICATION_MS_EXCEL extends ContentType with Product with Serializable

  9. object APPLICATION_OCTET_STREAM extends ContentType with Product with Serializable

  10. object APPLICATION_PDF extends ContentType with Product with Serializable

  11. object APPLICATION_SVG_XML extends ContentType with Product with Serializable

  12. object APPLICATION_XHTML_XML extends ContentType with Product with Serializable

  13. object APPLICATION_XML extends ContentType with Product with Serializable

  14. object IMAGE_GIF extends ContentType with Product with Serializable

  15. object IMAGE_JPEG extends ContentType with Product with Serializable

  16. object IMAGE_PNG extends ContentType with Product with Serializable

  17. object IMAGE_SVG extends ContentType with Product with Serializable

  18. object IMAGE_X_ICON extends ContentType with Product with Serializable

  19. object MULTIPART_FORM_DATA extends ContentType with Product with Serializable

  20. object TEXT_CACHE_MANIFEST extends ContentType with Product with Serializable

  21. object TEXT_CSS extends ContentType with Product with Serializable

  22. object TEXT_CSV extends ContentType with Product with Serializable

  23. object TEXT_HTML extends ContentType with Product with Serializable

  24. object TEXT_JAVASCRIPT extends ContentType with Product with Serializable

  25. object TEXT_PLAIN extends ContentType with Product with Serializable

  26. object TEXT_XML extends ContentType with Product with Serializable

  27. object WILDCARD extends ContentType with Product with Serializable

  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def contentType(value: String): Product with Serializable with ContentType

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def unapply(request: Request): Option[ContentType]

  43. val values: List[Product with Serializable with ContentType]

  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 AnyRef

Inherited from Any

Ungrouped