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