Package akka.http.scaladsl.model
Class MediaRanges$
- java.lang.Object
-
- akka.http.scaladsl.model.MediaRanges$
-
- All Implemented Interfaces:
ObjectRegistry<java.lang.String,MediaRange>
public class MediaRanges$ extends java.lang.Object implements ObjectRegistry<java.lang.String,MediaRange>
-
-
Field Summary
Fields Modifier and Type Field Description static MediaRanges$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MediaRanges$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.ObjectRegistry
getForKey, getForKeyCaseInsensitive, register
-
-
-
-
Field Detail
-
MODULE$
public static final MediaRanges$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-