Packages

final case class ContentCoding(coding: CaseInsensitiveString, qValue: QValue = QValue.One) extends HasQValue with Renderable with Product with Serializable

Source
ContentCoding.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentCoding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Renderable
  7. HasQValue
  8. AnyRef
  9. Any
Implicitly
  1. by fromValue
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContentCoding(coding: CaseInsensitiveString, qValue: QValue = QValue.One)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ContentCoding to any2stringadd[ContentCoding] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ContentCoding, B)
    Implicit
    This member is added by an implicit conversion from ContentCoding to ArrowAssoc[ContentCoding] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: CaseInsensitiveString): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    Ordered
  6. def <=(that: CaseInsensitiveString): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: CaseInsensitiveString): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    Ordered
  9. def >=(that: CaseInsensitiveString): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def charAt(n: Int): Char
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → CharSequence
  12. def chars(): IntStream
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CharSequence
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def codePoints(): IntStream
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CharSequence
  15. val coding: CaseInsensitiveString
  16. def compare(other: CaseInsensitiveString): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → Ordered
  17. def compareTo(that: CaseInsensitiveString): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    Ordered → Comparable
  18. def ensuring(cond: (ContentCoding) ⇒ Boolean, msg: ⇒ Any): ContentCoding
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ContentCoding) ⇒ Boolean): ContentCoding
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ContentCoding
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ContentCoding
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(obj: Any): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ContentCoding to StringFormat[ContentCoding] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def length(): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → CharSequence
  30. def matches(encoding: ContentCoding): Boolean
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val qValue: QValue
    Definition Classes
    ContentCodingHasQValue
  35. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    ContentCodingRenderable
  36. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  37. def subSequence(start: Int, end: Int): CaseInsensitiveString
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString → CharSequence
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    Renderable → Any
  40. val value: String
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Definition Classes
    CaseInsensitiveString
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def withQValue(q: QValue): ContentCoding
    Definition Classes
    ContentCodingHasQValue
  45. def [B](y: B): (ContentCoding, B)
    Implicit
    This member is added by an implicit conversion from ContentCoding to ArrowAssoc[ContentCoding] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from ContentCoding to CaseInsensitiveString performed by method fromValue in org.http4s.ContentCoding.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: CaseInsensitiveString).toString()
    Definition Classes
    CaseInsensitiveString → CharSequence → AnyRef → Any

Deprecated Value Members

  1. def satisfiedBy(encoding: ContentCoding): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Use Accept-Encoding.isSatisfiedBy(encoding)

  2. def satisfies(encoding: ContentCoding): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Use Accept-Encoding.isSatisfiedBy(encoding)

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Renderable

Inherited from HasQValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion fromValue from ContentCoding to CaseInsensitiveString

Inherited by implicit conversion any2stringadd from ContentCoding to any2stringadd[ContentCoding]

Inherited by implicit conversion StringFormat from ContentCoding to StringFormat[ContentCoding]

Inherited by implicit conversion Ensuring from ContentCoding to Ensuring[ContentCoding]

Inherited by implicit conversion ArrowAssoc from ContentCoding to ArrowAssoc[ContentCoding]

Ungrouped