Packages

sealed abstract class HttpEncodingRange extends javadsl.model.headers.HttpEncodingRange with ValueRenderable with WithQValue[HttpEncodingRange]

Source
HttpEncoding.scala
Linear Supertypes
WithQValue[HttpEncodingRange], ValueRenderable, ToStringRenderable, Renderable, javadsl.model.headers.HttpEncodingRange, AnyRef, Any
Known Subclasses
*, *, One
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpEncodingRange
  2. WithQValue
  3. ValueRenderable
  4. ToStringRenderable
  5. Renderable
  6. HttpEncodingRange
  7. AnyRef
  8. 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

Abstract Value Members

  1. abstract def matches(encoding: HttpEncoding): Boolean
  2. abstract def qValue(): Float
    Definition Classes
    HttpEncodingRangeHttpEncodingRange
  3. abstract def withQValue(qValue: Float): HttpEncodingRange
    Definition Classes
    WithQValue

Concrete Value Members

  1. def matches(encoding: javadsl.model.headers.HttpEncoding): Boolean

    Java API

    Java API

    Definition Classes
    HttpEncodingRangeHttpEncodingRange
  2. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  3. def value: String
    Definition Classes
    ValueRenderable
  4. 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