Interface ContentType.Binary
- All Superinterfaces:
ContentType
- All Known Implementing Classes:
ContentType.Binary
- Enclosing interface:
- ContentType
Represents a content-type which we know not to contain text (will never have a charset)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.ContentType
ContentType.Binary, ContentType.NonBinary, ContentType.WithCharset, ContentType.WithFixedCharset, ContentType.WithMissingCharset -
Method Summary
Methods inherited from interface org.apache.pekko.http.javadsl.model.ContentType
binary, getCharsetOption, mediaType, value