cc.spray.http

MediaTypes

object MediaTypes extends ObjectRegistry[String, MediaType]

Linear Supertypes
ObjectRegistry[String, MediaType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MediaTypes
  2. ObjectRegistry
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class CustomMediaType (value: String, fileExtensions: String*) extends MediaType with Product with Serializable

  2. class PredefinedMediaType extends MediaType

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val application/atom+xml : PredefinedMediaType

  7. val application/javascript : PredefinedMediaType

  8. val application/json : PredefinedMediaType

  9. val application/octet-stream : PredefinedMediaType

  10. val application/ogg : PredefinedMediaType

  11. val application/pdf : PredefinedMediaType

  12. val application/postscript : PredefinedMediaType

  13. val application/soap+xml : PredefinedMediaType

  14. val application/x-javascript : PredefinedMediaType

  15. val application/x-shockwave-flash : PredefinedMediaType

  16. val application/x-www-form-urlencoded : PredefinedMediaType

  17. val application/xhtml+xml : PredefinedMediaType

  18. val application/xml-dtd : PredefinedMediaType

  19. val application/zip : PredefinedMediaType

  20. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  21. val audio/basic : PredefinedMediaType

  22. val audio/mp4 : PredefinedMediaType

  23. val audio/mpeg : PredefinedMediaType

  24. val audio/ogg : PredefinedMediaType

  25. val audio/vorbis : PredefinedMediaType

  26. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def forExtension (ext: String): Option[MediaType]

  31. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  32. def getForKey (key: String): Option[MediaType]

    Definition Classes
    ObjectRegistry
  33. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  34. val image/gif : PredefinedMediaType

  35. val image/jpeg : PredefinedMediaType

  36. val image/png : PredefinedMediaType

  37. val image/svg+xml : PredefinedMediaType

  38. val image/tiff : PredefinedMediaType

  39. val image/vnd.microsoft.icon : PredefinedMediaType

  40. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  41. val message/delivery-status : PredefinedMediaType

  42. val message/http : PredefinedMediaType

  43. val multipart/alternative : PredefinedMediaType

  44. val multipart/encrypted : PredefinedMediaType

  45. val multipart/form-data : PredefinedMediaType

  46. val multipart/mixed : PredefinedMediaType

  47. val multipart/related : PredefinedMediaType

  48. val multipart/signed : PredefinedMediaType

  49. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  50. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  51. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  52. def register (mediaType: MediaType): Unit

  53. def register (obj: MediaType, key: String): Unit

    Definition Classes
    ObjectRegistry
  54. def register (obj: MediaType, keys: Seq[String]): Unit

    Definition Classes
    ObjectRegistry
  55. val registry : Map[String, MediaType]

    Definition Classes
    ObjectRegistry
  56. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  57. val text/css : PredefinedMediaType

  58. val text/csv : PredefinedMediaType

  59. val text/html : PredefinedMediaType

  60. val text/javascript : PredefinedMediaType

  61. val text/plain : PredefinedMediaType

  62. val text/xml : PredefinedMediaType

  63. def toString (): String

    Definition Classes
    AnyRef → Any
  64. val video/mp4 : PredefinedMediaType

  65. val video/mpeg : PredefinedMediaType

  66. val video/ogg : PredefinedMediaType

  67. val video/quicktime : PredefinedMediaType

  68. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ObjectRegistry[String, MediaType]

Inherited from AnyRef

Inherited from Any