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: 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. val Application: String

  5. val ApplicationAtomXml: MediaType

  6. val ApplicationFormUrlEncoded: MediaType

  7. val ApplicationGzip: MediaType

  8. val ApplicationJson: MediaType

  9. val ApplicationOctetStream: MediaType

  10. val ApplicationPdf: MediaType

  11. val ApplicationRss: MediaType

  12. val ApplicationSoap: MediaType

  13. val ApplicationXml: MediaType

  14. val ApplicationZip: MediaType

  15. val Audio: String

  16. val AudioMp3: MediaType

  17. val Image: String

  18. val ImageGif: MediaType

  19. val ImageJpeg: MediaType

  20. val ImagePng: MediaType

  21. val ImageSvg: MediaType

  22. val Multipart: String

  23. val MultipartFormData: MediaType

  24. val Text: String

  25. val TextCss: MediaType

  26. val TextCsv: MediaType

  27. val TextHtml: MediaType

  28. val TextJavascript: MediaType

  29. val TextPlain: MediaType

  30. val TextXml: MediaType

  31. val Video: String

  32. val VideoAvi: MediaType

  33. val VideoMp4: MediaType

  34. val VideoMpeg: MediaType

  35. val VideoQuicktime: MediaType

  36. lazy val all: Array[MediaType]

  37. def apply(str: String): MediaType

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped