final case class HttpEncoding extends javadsl.model.headers.HttpEncoding with LazyValueBytesRenderable with WithQValue[HttpEncodingRange] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpEncoding
- Serializable
- Product
- Equals
- WithQValue
- LazyValueBytesRenderable
- Renderable
- HttpEncoding
- AnyRef
- Any
Implicitly
- by apply
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def matches(encoding: javadsl.model.headers.HttpEncoding): Boolean
Java API
Java API
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange → HttpEncodingRange
- def matches(encoding: HttpEncoding): Boolean
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def qValue(): Float
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange → HttpEncodingRange
- def render[R <: Rendering](r: R): r.type
- Definition Classes
- LazyValueBytesRenderable → Renderable
- def toRange(): javadsl.model.headers.HttpEncodingRange
- Definition Classes
- HttpEncoding
- def toString(): String
- Definition Classes
- LazyValueBytesRenderable → AnyRef → Any
- val value: String
- Definition Classes
- HttpEncoding → LazyValueBytesRenderable → HttpEncoding
- def withQValue(qValue: Float): HttpEncodingRange
- Definition Classes
- HttpEncoding → WithQValue
- 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
Shadowed Implicit Value Members
- def toString(): String
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpEncoding: HttpEncodingRange).toString()
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def value: String
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpEncoding: HttpEncodingRange).value
- Definition Classes
- ValueRenderable
- 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
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpEncoding: HttpEncodingRange).withQValue(qValue)
- Definition Classes
- WithQValue
- def withQValue(qValue: Float): HttpEncodingRange
- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in akka.http.scaladsl.model.headers.HttpEncodingRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpEncoding: HttpEncodingRange).withQValue(qValue)
- Definition Classes
- WithQValue