object MediaTypes extends ObjectRegistry[(String, String), MediaType]

Source
MediaType.scala
Linear Supertypes
ObjectRegistry[(String, String), MediaType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaTypes
  2. ObjectRegistry
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FindCustom = (String, String) ⇒ Option[MediaType]

    Function used to find a custom media type.

    Function used to find a custom media type. Called before the predefined media types. Strings will be lowercase.

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/atom+xml: WithOpenCharset
  5. val application/base64: WithOpenCharset
  6. val application/excel: Binary
  7. val application/font-woff: Binary
  8. val application/gnutar: Binary
  9. val application/java-archive: Binary
  10. val application/javascript: WithOpenCharset
  11. val application/json: WithFixedCharset
  12. val application/json-patch+json: WithFixedCharset
  13. val application/lha: Binary
  14. val application/lzx: Binary
  15. val application/mspowerpoint: Binary
  16. val application/msword: Binary
  17. val application/octet-stream: Binary
  18. val application/pdf: Binary
  19. val application/postscript: Binary
  20. val application/rss+xml: WithOpenCharset
  21. val application/soap+xml: WithOpenCharset
  22. val application/vnd.api+json: WithFixedCharset
  23. val application/vnd.google-earth.kml+xml: WithOpenCharset
  24. val application/vnd.google-earth.kmz: Binary
  25. val application/vnd.ms-fontobject: Binary
  26. val application/vnd.oasis.opendocument.chart: Binary
  27. val application/vnd.oasis.opendocument.database: Binary
  28. val application/vnd.oasis.opendocument.formula: Binary
  29. val application/vnd.oasis.opendocument.graphics: Binary
  30. val application/vnd.oasis.opendocument.image: Binary
  31. val application/vnd.oasis.opendocument.presentation: Binary
  32. val application/vnd.oasis.opendocument.spreadsheet: Binary
  33. val application/vnd.oasis.opendocument.text: Binary
  34. val application/vnd.oasis.opendocument.text-master: Binary
  35. val application/vnd.oasis.opendocument.text-web: Binary
  36. val application/vnd.openxmlformats-officedocument.presentationml.presentation: Binary
  37. val application/vnd.openxmlformats-officedocument.presentationml.slide: Binary
  38. val application/vnd.openxmlformats-officedocument.presentationml.slideshow: Binary
  39. val application/vnd.openxmlformats-officedocument.presentationml.template: Binary
  40. val application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: Binary
  41. val application/vnd.openxmlformats-officedocument.spreadsheetml.template: Binary
  42. val application/vnd.openxmlformats-officedocument.wordprocessingml.document: Binary
  43. val application/vnd.openxmlformats-officedocument.wordprocessingml.template: Binary
  44. val application/x-7z-compressed: Binary
  45. val application/x-ace-compressed: Binary
  46. val application/x-apple-diskimage: Binary
  47. val application/x-arc-compressed: Binary
  48. val application/x-bzip: Binary
  49. val application/x-bzip2: Binary
  50. val application/x-chrome-extension: Binary
  51. val application/x-compress: Binary
  52. val application/x-compressed: Binary
  53. val application/x-debian-package: Binary
  54. val application/x-dvi: Binary
  55. val application/x-font-opentype: Binary
  56. val application/x-font-truetype: Binary
  57. val application/x-gtar: Binary
  58. val application/x-gzip: Binary
  59. val application/x-latex: WithOpenCharset
  60. val application/x-rar-compressed: Binary
  61. val application/x-redhat-package-manager: Binary
  62. val application/x-shockwave-flash: Binary
  63. val application/x-tar: Binary
  64. val application/x-tex: Binary
  65. val application/x-texinfo: Binary
  66. val application/x-vrml: WithOpenCharset
  67. val application/x-www-form-urlencoded: WithOpenCharset
  68. val application/x-x509-ca-cert: Binary
  69. val application/x-xpinstall: Binary
  70. val application/xhtml+xml: WithOpenCharset
  71. val application/xml: WithOpenCharset
  72. val application/xml-dtd: WithOpenCharset
  73. val application/zip: Binary
  74. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  75. val audio/aiff: Binary
  76. val audio/basic: Binary
  77. val audio/midi: Binary
  78. val audio/mod: Binary
  79. val audio/mpeg: Binary
  80. val audio/ogg: Binary
  81. val audio/voc: Binary
  82. val audio/vorbis: Binary
  83. val audio/voxware: Binary
  84. val audio/wav: Binary
  85. val audio/webm: Binary
  86. val audio/x-psid: Binary
  87. val audio/x-realaudio: Binary
  88. val audio/xm: Binary
  89. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  90. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  91. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  92. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  93. def forExtension(ext: String): MediaType
  94. def forExtensionOption(ext: String): Option[MediaType]
  95. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  96. def getForKey(key: (String, String)): Option[MediaType]
    Definition Classes
    ObjectRegistry
  97. def getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, (String, String)]): Option[MediaType]
    Definition Classes
    ObjectRegistry
  98. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  99. val image/gif: Binary
  100. val image/jpeg: Binary
  101. val image/pict: Binary
  102. val image/png: Binary
  103. val image/svg+xml: Binary
  104. val image/svgz: Binary
  105. val image/tiff: Binary
  106. val image/webp: Binary
  107. val image/x-icon: Binary
  108. val image/x-ms-bmp: Binary
  109. val image/x-pcx: Binary
  110. val image/x-pict: Binary
  111. val image/x-quicktime: Binary
  112. val image/x-rgb: Binary
  113. val image/x-xbitmap: Binary
  114. val image/x-xpixmap: Binary
  115. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  116. val message/delivery-status: Binary
  117. val message/http: Binary
  118. val message/rfc822: Binary
  119. val multipart/alternative: MediaType.Multipart
  120. val multipart/byteranges: MediaType.Multipart
  121. val multipart/encrypted: MediaType.Multipart
  122. val multipart/form-data: MediaType.Multipart
  123. val multipart/mixed: MediaType.Multipart
  124. val multipart/related: MediaType.Multipart
  125. val multipart/signed: MediaType.Multipart
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  129. final def register(key: (String, String), obj: MediaType): obj.type
    Attributes
    protected
    Definition Classes
    ObjectRegistry
  130. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  131. val text/asp: WithOpenCharset
  132. val text/cache-manifest: WithOpenCharset
  133. val text/calendar: WithOpenCharset
  134. val text/css: WithOpenCharset
  135. val text/csv: WithOpenCharset
  136. val text/event-stream: WithFixedCharset
  137. val text/html: WithOpenCharset
  138. val text/markdown: WithOpenCharset
  139. val text/mcf: WithOpenCharset
  140. val text/plain: WithOpenCharset
  141. val text/richtext: WithOpenCharset
  142. val text/tab-separated-values: WithOpenCharset
  143. val text/uri-list: WithOpenCharset
  144. val text/vnd.wap.wml: WithOpenCharset
  145. val text/vnd.wap.wmlscript: WithOpenCharset
  146. val text/x-asm: WithOpenCharset
  147. val text/x-c: WithOpenCharset
  148. val text/x-component: WithOpenCharset
  149. val text/x-h: WithOpenCharset
  150. val text/x-java-source: WithOpenCharset
  151. val text/x-pascal: WithOpenCharset
  152. val text/x-script: WithOpenCharset
  153. val text/x-scriptcsh: WithOpenCharset
  154. val text/x-scriptelisp: WithOpenCharset
  155. val text/x-scriptksh: WithOpenCharset
  156. val text/x-scriptlisp: WithOpenCharset
  157. val text/x-scriptperl: WithOpenCharset
  158. val text/x-scriptperl-module: WithOpenCharset
  159. val text/x-scriptphyton: WithOpenCharset
  160. val text/x-scriptrexx: WithOpenCharset
  161. val text/x-scriptscheme: WithOpenCharset
  162. val text/x-scriptsh: WithOpenCharset
  163. val text/x-scripttcl: WithOpenCharset
  164. val text/x-scripttcsh: WithOpenCharset
  165. val text/x-scriptzsh: WithOpenCharset
  166. val text/x-server-parsed-html: WithOpenCharset
  167. val text/x-setext: WithOpenCharset
  168. val text/x-sgml: WithOpenCharset
  169. val text/x-speech: WithOpenCharset
  170. val text/x-uuencode: WithOpenCharset
  171. val text/x-vcalendar: WithOpenCharset
  172. val text/x-vcard: WithOpenCharset
  173. val text/xml: WithOpenCharset
  174. def toString(): String
    Definition Classes
    AnyRef → Any
  175. val video/avs-video: Binary
  176. val video/divx: Binary
  177. val video/gl: Binary
  178. val video/mp4: Binary
  179. val video/mpeg: Binary
  180. val video/ogg: Binary
  181. val video/quicktime: Binary
  182. val video/webm: Binary
  183. val video/x-dv: Binary
  184. val video/x-flv: Binary
  185. val video/x-motion-jpeg: Binary
  186. val video/x-ms-asf: Binary
  187. val video/x-msvideo: Binary
  188. val video/x-sgi-movie: Binary
  189. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  190. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  191. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  192. object multipart

Inherited from ObjectRegistry[(String, String), MediaType]

Inherited from AnyRef

Inherited from Any

Ungrouped