Package akka.http.javadsl.model
Class MediaType$
- java.lang.Object
-
- akka.http.javadsl.model.MediaType$
-
public class MediaType$ extends java.lang.Object
Represents an Http media-type. A media-type consists of a main-type and a sub-type.See
MediaTypes
for convenience access to often used values.
-
-
Field Summary
Fields Modifier and Type Field Description static MediaType$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MediaType$()
-
-
-
Field Detail
-
MODULE$
public static final MediaType$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-