Package akka.http.javadsl.model
Class HttpCharsetRanges
- java.lang.Object
-
- akka.http.javadsl.model.HttpCharsetRanges
-
public final class HttpCharsetRanges extends java.lang.Object
Contains constructors to create a HttpCharsetRange.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpCharsetRange
ALL
A constant representing the range that matches all charsets.
-
-
-
Field Detail
-
ALL
public static final HttpCharsetRange ALL
A constant representing the range that matches all charsets.
-
-