object * extends *
- Source
 - HttpCharset.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- *
 - *
 - Serializable
 - Product
 - Equals
 - HttpCharsetRange
 - WithQValue
 - ValueRenderable
 - ToStringRenderable
 - Renderable
 - HttpCharsetRange
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def matches(charset: HttpCharset): Boolean
- Definition Classes
 - * → HttpCharsetRange
 
 -    def matches(charset: javadsl.model.HttpCharset): Boolean
Java API
Java API
- Definition Classes
 - HttpCharsetRange → HttpCharsetRange
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    val qValue: Float
The qValue for this range.
The qValue for this range.
- Definition Classes
 - * → HttpCharsetRange → HttpCharsetRange
 
 -   final  def render[R <: Rendering](r: R): r.type
- Definition Classes
 - * → Renderable
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - ToStringRenderable → AnyRef → Any
 
 -    def value: String
- Definition Classes
 - ValueRenderable
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    def withQValue(qValue: Float): HttpCharsetRange
Returns a copy of this range with the given qValue.
Returns a copy of this range with the given qValue.
- Definition Classes
 - * → WithQValue → HttpCharsetRange
 
 -    def withQValue(qValue: Double): HttpCharsetRange
truncates Double qValue to float and returns a new instance with this qValue set
truncates Double qValue to float and returns a new instance with this qValue set
- Definition Classes
 - WithQValue