Package akka.http.scaladsl.model
Class HttpCharsetRange.$times
java.lang.Object
akka.http.javadsl.model.HttpCharsetRange
akka.http.scaladsl.model.HttpCharsetRange
akka.http.scaladsl.model.HttpCharsetRange.$times
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,WithQValue<HttpCharsetRange>
,Serializable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
HttpCharsetRange.$times$
- Enclosing class:
- HttpCharsetRange
public static class HttpCharsetRange.$times
extends HttpCharsetRange
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.http.scaladsl.model.HttpCharsetRange
HttpCharsetRange.$times, HttpCharsetRange.$times$, HttpCharsetRange.One, HttpCharsetRange.One$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(HttpCharset charset) float
qValue()
The qValue for this range.render
(R r) withQValue
(float qValue) Returns a copy of this range with the given qValue.Methods inherited from class akka.http.scaladsl.model.HttpCharsetRange
apply, apply, matches
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
Methods inherited from interface akka.http.scaladsl.model.WithQValue
withQValue
-
Constructor Details
-
$times
public $times(float qValue)
-
-
Method Details
-
qValue
public float qValue()Description copied from class:HttpCharsetRange
The qValue for this range.- Specified by:
qValue
in classHttpCharsetRange
-
render
- Specified by:
render
in interfaceRenderable
-
matches
- Specified by:
matches
in classHttpCharsetRange
-
withQValue
Description copied from class:HttpCharsetRange
Returns a copy of this range with the given qValue.- Specified by:
withQValue
in interfaceWithQValue<HttpCharsetRange>
- Specified by:
withQValue
in classHttpCharsetRange
-