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
- def matches(charset: HttpCharset): Boolean
- Definition Classes
- * → HttpCharsetRange
- def matches(charset: javadsl.model.HttpCharset): Boolean
Java API
Java API
- Definition Classes
- HttpCharsetRange → HttpCharsetRange
- 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
- def toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def value: String
- Definition Classes
- ValueRenderable
- 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