Package akka.http.javadsl.model
Interface ContentType.NonBinary
-
- All Superinterfaces:
ContentType
- All Known Subinterfaces:
ContentType.NonBinary
,ContentType.WithCharset
,ContentType.WithFixedCharset
- All Known Implementing Classes:
ContentType.WithCharset
,ContentType.WithFixedCharset
- Enclosing interface:
- ContentType
public static interface ContentType.NonBinary extends ContentType
Represents a content-type which we know to contain text, and has a specified charset.
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpCharset
charset()
-
Methods inherited from interface akka.http.javadsl.model.ContentType
binary, getCharsetOption, mediaType
-
-
-
-
Method Detail
-
charset
HttpCharset charset()
-
-