Package akka.http.javadsl.model
Interface ContentType.Binary
-
- All Superinterfaces:
ContentType
- All Known Implementing Classes:
ContentType.Binary
- Enclosing interface:
- ContentType
public static interface ContentType.Binary extends 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 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
-
-