object * extends *
- Source
- HttpEncoding.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- *
- *
- Serializable
- Product
- Equals
- HttpEncodingRange
- WithQValue
- ValueRenderable
- ToStringRenderable
- Renderable
- HttpEncodingRange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def matches(encoding: HttpEncoding): Boolean
- Definition Classes
- * → HttpEncodingRange
- def matches(encoding: javadsl.model.headers.HttpEncoding): Boolean
Java API
Java API
- Definition Classes
- HttpEncodingRange → HttpEncodingRange
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val qValue: Float
- Definition Classes
- * → HttpEncodingRange → HttpEncodingRange
- 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): HttpEncodingRange
- Definition Classes
- * → WithQValue → HttpEncodingRange
- def withQValue(qValue: Double): HttpEncodingRange
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