Packages

final case class One(encoding: HttpEncoding, qValue: Float) extends HttpEncodingRange with Product with Serializable

Source
HttpEncoding.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. One
  2. Serializable
  3. Product
  4. Equals
  5. HttpEncodingRange
  6. WithQValue
  7. ValueRenderable
  8. ToStringRenderable
  9. Renderable
  10. HttpEncodingRange
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new One(encoding: HttpEncoding, qValue: Float)

Value Members

  1. val encoding: HttpEncoding
  2. def matches(encoding: HttpEncoding): Boolean
    Definition Classes
    OneHttpEncodingRange
  3. def matches(encoding: javadsl.model.headers.HttpEncoding): Boolean

    Java API

    Java API

    Definition Classes
    HttpEncodingRangeHttpEncodingRange
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val qValue: Float
    Definition Classes
    OneHttpEncodingRangeHttpEncodingRange
  6. def render[R <: Rendering](r: R): r.type
    Definition Classes
    One → Renderable
  7. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  8. def value: String
    Definition Classes
    ValueRenderable
  9. def withQValue(qValue: Float): One
    Definition Classes
    OneWithQValueHttpEncodingRange
  10. 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