Package akka.http.javadsl.model
Interface MediaType.Binary
-
- All Superinterfaces:
MediaType
- All Known Subinterfaces:
MediaType.Multipart
- All Known Implementing Classes:
MediaType.Binary
,MediaType.Multipart
- Enclosing interface:
- MediaType
public static interface MediaType.Binary extends MediaType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.MediaType
MediaType.Binary, MediaType.Compressibility, MediaType.Multipart, MediaType.NonBinary, MediaType.WithFixedCharset, MediaType.WithOpenCharset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentType.Binary
toContentType()
Turns the media type into a content type.-
Methods inherited from interface akka.http.javadsl.model.MediaType
binary, isApplication, isAudio, isCompressible, isImage, isMessage, isMultipart, isText, isVideo, mainType, subType, toRange, toRange
-
-
-
-
Method Detail
-
toContentType
ContentType.Binary toContentType()
Turns the media type into a content type.- Returns:
- (undocumented)
-
-