Packages

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

Source
ContentCoding.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Renderable, HasQValue, AnyRef, Any
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. def charAt(index: 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
  2. 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
  3. 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
  4. val coding: CaseInsensitiveString
  5. 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
  6. 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
  7. 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
  8. val qValue: QValue
    Definition Classes
    ContentCodingHasQValue
  9. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    ContentCodingRenderable
  10. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  11. def satisfiedBy(encoding: ContentCoding): Boolean
  12. def satisfies(encoding: ContentCoding): Boolean
  13. 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
  14. def toString(): String
    Definition Classes
    Renderable → Any
  15. 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
  16. def withQValue(q: QValue): ContentCoding
    Definition Classes
    ContentCodingHasQValue

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