Package akka.http.javadsl.model
Interface ContentType.WithFixedCharset
-
- All Superinterfaces:
ContentType
,ContentType.NonBinary
- All Known Implementing Classes:
ContentType.WithFixedCharset
- Enclosing interface:
- ContentType
public static interface ContentType.WithFixedCharset extends ContentType.NonBinary
Represents a content-type which we know to contain text, where the charset always has the same predefined value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.ContentType
ContentType.Binary, ContentType.NonBinary, ContentType.WithCharset, ContentType.WithFixedCharset, ContentType.WithMissingCharset
-
-
Method Summary
-
Methods inherited from interface akka.http.javadsl.model.ContentType
binary, getCharsetOption, mediaType
-
Methods inherited from interface akka.http.javadsl.model.ContentType.NonBinary
charset
-
-