org.http4s

MediaType

object MediaType extends Registry

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

Type Members

  1. type Key = (String, String)

    Definition Classes
    MediaType → Registry
  2. type Value = MediaType

    Definition Classes
    MediaType → Registry

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/atom+xml: MediaType

  7. val application/base64: MediaType

  8. val application/excel: MediaType

  9. val application/font-woff: MediaType

  10. val application/gnutar: MediaType

  11. val application/hal+json: MediaType

  12. val application/java-archive: MediaType

  13. val application/javascript: MediaType

  14. val application/json: MediaType

  15. val application/lha: MediaType

  16. val application/lzx: MediaType

  17. val application/mspowerpoint: MediaType

  18. val application/msword: MediaType

  19. val application/octet-stream: MediaType

  20. val application/pdf: MediaType

  21. val application/postscript: MediaType

  22. val application/rss+xml: MediaType

  23. val application/soap+xml: MediaType

  24. val application/vnd.google-earth.kml+xml: MediaType

  25. val application/vnd.google-earth.kmz: MediaType

  26. val application/vnd.ms-fontobject: MediaType

  27. val application/vnd.oasis.opendocument.chart: MediaType

  28. val application/vnd.oasis.opendocument.database: MediaType

  29. val application/vnd.oasis.opendocument.formula: MediaType

  30. val application/vnd.oasis.opendocument.graphics: MediaType

  31. val application/vnd.oasis.opendocument.image: MediaType

  32. val application/vnd.oasis.opendocument.presentation: MediaType

  33. val application/vnd.oasis.opendocument.spreadsheet: MediaType

  34. val application/vnd.oasis.opendocument.text: MediaType

  35. val application/vnd.oasis.opendocument.text-master: MediaType

  36. val application/vnd.oasis.opendocument.text-web: MediaType

  37. val application/vnd.openxmlformats-officedocument.presentationml.presentation: MediaType

  38. val application/vnd.openxmlformats-officedocument.presentationml.slide: MediaType

  39. val application/vnd.openxmlformats-officedocument.presentationml.slideshow: MediaType

  40. val application/vnd.openxmlformats-officedocument.presentationml.template: MediaType

  41. val application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: MediaType

  42. val application/vnd.openxmlformats-officedocument.spreadsheetml.template: MediaType

  43. val application/vnd.openxmlformats-officedocument.wordprocessingml.document: MediaType

  44. val application/vnd.openxmlformats-officedocument.wordprocessingml.template: MediaType

  45. val application/x-7z-compressed: MediaType

  46. val application/x-ace-compressed: MediaType

  47. val application/x-apple-diskimage: MediaType

  48. val application/x-arc-compressed: MediaType

  49. val application/x-bzip: MediaType

  50. val application/x-bzip2: MediaType

  51. val application/x-chrome-extension: MediaType

  52. val application/x-compress: MediaType

  53. val application/x-compressed: MediaType

  54. val application/x-debian-package: MediaType

  55. val application/x-dvi: MediaType

  56. val application/x-font-opentype: MediaType

  57. val application/x-font-truetype: MediaType

  58. val application/x-gtar: MediaType

  59. val application/x-gzip: MediaType

  60. val application/x-latex: MediaType

  61. val application/x-rar-compressed: MediaType

  62. val application/x-redhat-package-manager: MediaType

  63. val application/x-shockwave-flash: MediaType

  64. val application/x-tar: MediaType

  65. val application/x-tex: MediaType

  66. val application/x-texinfo: MediaType

  67. val application/x-vrml: MediaType

  68. val application/x-www-form-urlencoded: MediaType

  69. val application/x-x509-ca-cert: MediaType

  70. val application/x-xpinstall: MediaType

  71. val application/xhtml+xml: MediaType

  72. val application/xml: MediaType

  73. val application/xml-dtd: MediaType

  74. val application/zip: MediaType

  75. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  76. val audio/aiff: MediaType

  77. val audio/basic: MediaType

  78. val audio/midi: MediaType

  79. val audio/mod: MediaType

  80. val audio/mpeg: MediaType

  81. val audio/ogg: MediaType

  82. val audio/voc: MediaType

  83. val audio/vorbis: MediaType

  84. val audio/voxware: MediaType

  85. val audio/wav: MediaType

  86. val audio/x-psid: MediaType

  87. val audio/x-realaudio: MediaType

  88. val audio/xm: MediaType

  89. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @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): Option[MediaType]

  94. implicit def fromKey(k: (String, String)): MediaType

  95. implicit def fromValue(v: MediaType): (String, String)

  96. def get(key: (String, String)): Option[Value]

    Definition Classes
    Registry
  97. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  98. def getOrElse[V2 >: Value](key: (String, String), default: ⇒ V2): V2

    Definition Classes
    Registry
  99. def getOrElseCreate(key: (String, String))(implicit ev: ((String, String)) ⇒ Value): Value

    Definition Classes
    Registry
  100. def getOrElseUpdate(key: (String, String), default: ⇒ Value): Value

    Attributes
    protected
    Definition Classes
    Registry
  101. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  102. val image/gif: MediaType

  103. val image/jpeg: MediaType

  104. val image/pict: MediaType

  105. val image/png: MediaType

  106. val image/svg+xml: MediaType

  107. val image/tiff: MediaType

  108. val image/x-icon: MediaType

  109. val image/x-ms-bmp: MediaType

  110. val image/x-pcx: MediaType

  111. val image/x-pict: MediaType

  112. val image/x-quicktime: MediaType

  113. val image/x-rgb: MediaType

  114. val image/x-xbitmap: MediaType

  115. val image/x-xpixmap: MediaType

  116. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  117. val message/delivery-status: MediaType

  118. val message/http: MediaType

  119. val message/rfc822: MediaType

  120. def multipart(subType: String, boundry: Option[String] = None): MediaType

  121. val multipart/alternative: MediaType

  122. val multipart/encrypted: MediaType

  123. val multipart/form-data: MediaType

  124. val multipart/mixed: MediaType

  125. val multipart/related: MediaType

  126. val multipart/signed: MediaType

  127. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  130. def register(key: (String, String), mediaType: Value): mediaType.type

    Attributes
    protected
    Definition Classes
    MediaType → Registry
  131. def registerKey(key: (String, String))(implicit ev: ((String, String)) ⇒ Value): Value

    Attributes
    protected
    Definition Classes
    Registry
  132. def registerValue(value: Value)(implicit ev: (Value) ⇒ (String, String)): value.type

    Attributes
    protected
    Definition Classes
    Registry
  133. val registry: TrieMap[(String, String), Value]

    Attributes
    protected
    Definition Classes
    Registry
  134. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  135. val text/asp: MediaType

  136. val text/cache-manifest: MediaType

  137. val text/calendar: MediaType

  138. val text/css: MediaType

  139. val text/csv: MediaType

  140. val text/html: MediaType

  141. val text/mcf: MediaType

  142. val text/plain: MediaType

  143. val text/richtext: MediaType

  144. val text/tab-separated-values: MediaType

  145. val text/uri-list: MediaType

  146. val text/vnd.wap.wml: MediaType

  147. val text/vnd.wap.wmlscript: MediaType

  148. val text/x-asm: MediaType

  149. val text/x-c: MediaType

  150. val text/x-component: MediaType

  151. val text/x-h: MediaType

  152. val text/x-java-source: MediaType

  153. val text/x-pascal: MediaType

  154. val text/x-script: MediaType

  155. val text/x-scriptcsh: MediaType

  156. val text/x-scriptelisp: MediaType

  157. val text/x-scriptksh: MediaType

  158. val text/x-scriptlisp: MediaType

  159. val text/x-scriptperl: MediaType

  160. val text/x-scriptperl-module: MediaType

  161. val text/x-scriptphyton: MediaType

  162. val text/x-scriptrexx: MediaType

  163. val text/x-scriptscheme: MediaType

  164. val text/x-scriptsh: MediaType

  165. val text/x-scripttcl: MediaType

  166. val text/x-scripttcsh: MediaType

  167. val text/x-scriptzsh: MediaType

  168. val text/x-server-parsed-html: MediaType

  169. val text/x-setext: MediaType

  170. val text/x-sgml: MediaType

  171. val text/x-speech: MediaType

  172. val text/x-uuencode: MediaType

  173. val text/x-vcalendar: MediaType

  174. val text/x-vcard: MediaType

  175. val text/xml: MediaType

  176. def toString(): String

    Definition Classes
    AnyRef → Any
  177. def unapply(mimeType: MediaType): Option[(String, String)]

  178. val video/avs-video: MediaType

  179. val video/divx: MediaType

  180. val video/gl: MediaType

  181. val video/mp4: MediaType

  182. val video/mpeg: MediaType

  183. val video/ogg: MediaType

  184. val video/quicktime: MediaType

  185. val video/x-dv: MediaType

  186. val video/x-flv: MediaType

  187. val video/x-motion-jpeg: MediaType

  188. val video/x-ms-asf: MediaType

  189. val video/x-msvideo: MediaType

  190. val video/x-sgi-movie: MediaType

  191. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Registry

Inherited from AnyRef

Inherited from Any

Ungrouped