final case class Atom(charset: Charset, qValue: QValue = QValue.One) extends CharsetRange with Product with Serializable
- Source
- CharsetRange.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Atom
- Serializable
- Serializable
- Product
- Equals
- CharsetRange
- Renderable
- HasQValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val charset: Charset
-
final
def
matches(charset: Charset): Boolean
True if this charset range matches the charset.
True if this charset range matches the charset.
- Definition Classes
- CharsetRange
- Since
0.16.1
-
val
qValue: QValue
- Definition Classes
- Atom → CharsetRange → HasQValue
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- Atom → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
toString(): String
- Definition Classes
- Renderable → Any
-
def
withQValue(q: QValue): Atom
- Definition Classes
- Atom → CharsetRange → HasQValue
Deprecated Value Members
-
def
isSatisfiedBy(charset: Charset): Boolean
- Definition Classes
- Atom → CharsetRange
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.1) Use
Accept-Charset
.isSatisfiedBy(charset)