object ContentLanguage extends HeaderType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentLanguage
  2. HeaderType
  3. HeaderTypeBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type HeaderValue = ContentLanguage
    Definition Classes
    ContentLanguageHeaderTypeHeaderTypeBase

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fromHeaders(headers: Headers): Either[String, HeaderValue]
    Definition Classes
    HeaderTypeHeaderTypeBase
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def name: String
    Definition Classes
    ContentLanguageHeaderType
  13. def names: Chunk[String]
    Definition Classes
    HeaderTypeHeaderTypeBase
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. def parse(value: String): Either[String, ContentLanguage]
    Definition Classes
    ContentLanguageHeaderType
  18. def render(contentLanguage: ContentLanguage): String
    Definition Classes
    ContentLanguageHeaderType
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toHeaders(value: HeaderValue): Headers
    Definition Classes
    HeaderTypeHeaderTypeBase
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object Arabic extends ContentLanguage with Product with Serializable
  26. case object Bulgarian extends ContentLanguage with Product with Serializable
  27. case object Catalan extends ContentLanguage with Product with Serializable
  28. case object Chinese extends ContentLanguage with Product with Serializable
  29. case object Croatian extends ContentLanguage with Product with Serializable
  30. case object Czech extends ContentLanguage with Product with Serializable
  31. case object Danish extends ContentLanguage with Product with Serializable
  32. case object Dutch extends ContentLanguage with Product with Serializable
  33. case object English extends ContentLanguage with Product with Serializable
  34. case object Estonian extends ContentLanguage with Product with Serializable
  35. case object Finnish extends ContentLanguage with Product with Serializable
  36. case object French extends ContentLanguage with Product with Serializable
  37. case object German extends ContentLanguage with Product with Serializable
  38. case object Greek extends ContentLanguage with Product with Serializable
  39. case object Hebrew extends ContentLanguage with Product with Serializable
  40. case object Hindi extends ContentLanguage with Product with Serializable
  41. case object Hungarian extends ContentLanguage with Product with Serializable
  42. case object Icelandic extends ContentLanguage with Product with Serializable
  43. case object Indonesian extends ContentLanguage with Product with Serializable
  44. case object Italian extends ContentLanguage with Product with Serializable
  45. case object Japanese extends ContentLanguage with Product with Serializable
  46. case object Korean extends ContentLanguage with Product with Serializable
  47. case object Latvian extends ContentLanguage with Product with Serializable
  48. case object Lithuanian extends ContentLanguage with Product with Serializable
  49. case object Norwegian extends ContentLanguage with Product with Serializable
  50. case object Polish extends ContentLanguage with Product with Serializable
  51. case object Portuguese extends ContentLanguage with Product with Serializable
  52. case object Romanian extends ContentLanguage with Product with Serializable
  53. case object Russian extends ContentLanguage with Product with Serializable
  54. case object Serbian extends ContentLanguage with Product with Serializable
  55. case object Slovak extends ContentLanguage with Product with Serializable
  56. case object Slovenian extends ContentLanguage with Product with Serializable
  57. case object Spanish extends ContentLanguage with Product with Serializable
  58. case object Swedish extends ContentLanguage with Product with Serializable
  59. case object Thai extends ContentLanguage with Product with Serializable
  60. case object Turkish extends ContentLanguage with Product with Serializable
  61. case object Ukrainian extends ContentLanguage with Product with Serializable
  62. case object Vietnamese extends ContentLanguage with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HeaderType

Inherited from HeaderTypeBase

Inherited from AnyRef

Inherited from Any

Ungrouped