Package akka.http.scaladsl.model.headers
Class LanguageRange.$times
- java.lang.Object
-
- akka.http.scaladsl.model.headers.LanguageRange.$times
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,LanguageRange
,LanguageRange
,WithQValue<LanguageRange>
,java.io.Serializable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
LanguageRange.$times$
- Enclosing interface:
- LanguageRange
public static class LanguageRange.$times extends java.lang.Object implements LanguageRange, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.headers.LanguageRange
LanguageRange.$times, LanguageRange.$times$, LanguageRange.One, LanguageRange.One$
-
-
Constructor Summary
Constructors Constructor Description $times(float qValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(Language lang)
java.lang.String
primaryTag()
float
qValue()
scala.collection.immutable.Nil$
subTags()
LanguageRange
withQValue(float qValue)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.model.headers.LanguageRange
getSubTags, matches, render
-
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
-
-
-
-
Method Detail
-
qValue
public float qValue()
- Specified by:
qValue
in interfaceLanguageRange
- Specified by:
qValue
in interfaceLanguageRange
-
primaryTag
public java.lang.String primaryTag()
- Specified by:
primaryTag
in interfaceLanguageRange
- Specified by:
primaryTag
in interfaceLanguageRange
-
subTags
public scala.collection.immutable.Nil$ subTags()
- Specified by:
subTags
in interfaceLanguageRange
-
matches
public boolean matches(Language lang)
- Specified by:
matches
in interfaceLanguageRange
-
withQValue
public LanguageRange withQValue(float qValue)
- Specified by:
withQValue
in interfaceLanguageRange
- Specified by:
withQValue
in interfaceWithQValue<LanguageRange>
-
-