Package akka.http.javadsl.model
Interface MediaType.Multipart
-
- All Superinterfaces:
MediaType
,MediaType.Binary
- All Known Implementing Classes:
MediaType.Multipart
- Enclosing interface:
- MediaType
public static interface MediaType.Multipart extends MediaType.Binary
-
-
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
-
Methods inherited from interface akka.http.javadsl.model.MediaType
binary, isApplication, isAudio, isCompressible, isImage, isMessage, isMultipart, isText, isVideo, mainType, subType, toRange, toRange
-
Methods inherited from interface akka.http.javadsl.model.MediaType.Binary
toContentType
-
-