com.sksamuel.scruffy.http

MediaType

object MediaType extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MediaType
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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: String

  7. val ApplicationAtomXml: MediaType

  8. val ApplicationFormUrlEncoded: MediaType

  9. val ApplicationGzip: MediaType

  10. val ApplicationJson: MediaType

  11. val ApplicationOctetStream: MediaType

  12. val ApplicationPdf: MediaType

  13. val ApplicationRss: MediaType

  14. val ApplicationSoap: MediaType

  15. val ApplicationXml: MediaType

  16. val ApplicationZip: MediaType

  17. val Audio: String

  18. val AudioMp3: MediaType

  19. val Image: String

  20. val ImageGif: MediaType

  21. val ImageJpeg: MediaType

  22. val ImagePng: MediaType

  23. val ImageSvg: MediaType

  24. val Multipart: String

  25. val MultipartFormData: MediaType

  26. val Text: String

  27. val TextCss: MediaType

  28. val TextCsv: MediaType

  29. val TextHtml: MediaType

  30. val TextJavascript: MediaType

  31. val TextPlain: MediaType

  32. val TextXml: MediaType

  33. val Video: String

  34. val VideoAvi: MediaType

  35. val VideoMp4: MediaType

  36. val VideoMpeg: MediaType

  37. val VideoQuicktime: MediaType

  38. lazy val all: Array[MediaType]

  39. def apply(str: String): MediaType

  40. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  41. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def forFile(path: String): Option[MediaType]

  46. def forFile(file: File): Option[MediaType]

  47. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def parse(str: String): MediaType

  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped