Package akka.http.javadsl.model
Interface ContentType.WithMissingCharset
-
- All Superinterfaces:
ContentType
- All Known Implementing Classes:
ContentType.WithMissingCharset
- Enclosing interface:
- ContentType
public static interface ContentType.WithMissingCharset extends ContentType
Represents a content-type which we know to contain text, and would be better off having a charset, but the client hasn't provided that. For example, "text/xml" without a charset parameter.
-
-
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
-
-