Package akka.http.javadsl.model
Interface ContentType.WithCharset
-
- All Superinterfaces:
ContentType
,ContentType.NonBinary
- All Known Implementing Classes:
ContentType.WithCharset
- Enclosing interface:
- ContentType
public static interface ContentType.WithCharset extends ContentType.NonBinary
Represents a content-type which we know to contain text, and the charset is known at runtime.
-
-
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
-
-