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
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Atom(charset: Charset, qValue: QValue = QValue.One)
- Attributes
- protected[org.http4s]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Atom, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val charset: Charset
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (Atom) ⇒ Boolean, msg: ⇒ Any): Atom
- def ensuring(cond: (Atom) ⇒ Boolean): Atom
- def ensuring(cond: Boolean, msg: ⇒ Any): Atom
- def ensuring(cond: Boolean): Atom
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Renderable → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withQValue(q: QValue): Atom
- Definition Classes
- Atom → CharsetRange → HasQValue
- def →[B](y: B): (Atom, B)
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)