final case class ContentCoding(coding: CaseInsensitiveString, qValue: QValue = QValue.One) extends HasQValue with Renderable with Product with Serializable
- Source
- ContentCoding.scala
- Alphabetic
- By Inheritance
- ContentCoding
- Serializable
- Serializable
- Product
- Equals
- Renderable
- HasQValue
- AnyRef
- Any
- by fromValue
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ContentCoding(coding: CaseInsensitiveString, qValue: QValue = QValue.One)
Value Members
-
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
-
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
-
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
- val coding: CaseInsensitiveString
-
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
-
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
-
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
-
val
qValue: QValue
- Definition Classes
- ContentCoding → HasQValue
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- ContentCoding → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
- def satisfiedBy(encoding: ContentCoding): Boolean
- def satisfies(encoding: ContentCoding): Boolean
-
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
-
def
toString(): String
- Definition Classes
- Renderable → Any
-
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
-
def
withQValue(q: QValue): ContentCoding
- Definition Classes
- ContentCoding → HasQValue
Shadowed Implicit Value Members
-
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