Package akka.http.scaladsl.model.headers
Class LanguageRange$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.LanguageRange$
-
public class LanguageRange$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static LanguageRange$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LanguageRange$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageRange
apply(Language language)
LanguageRange
apply(Language language, float qValue)
-
-
-
Field Detail
-
MODULE$
public static final LanguageRange$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public LanguageRange apply(Language language)
-
apply
public LanguageRange apply(Language language, float qValue)
-
-