sealed abstract class MediaRange extends javadsl.model.MediaRange with Renderable with WithQValue[MediaRange]

Source
MediaRange.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaRange
  2. WithQValue
  3. Renderable
  4. MediaRange
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def mainType(): String

    Returns the main-type this media-range matches.

    Returns the main-type this media-range matches.

    Definition Classes
    MediaRangeMediaRange
  2. abstract def matches(mediaType: MediaType): Boolean
  3. abstract def params: Map[String, String]
  4. abstract def qValue(): Float

    Returns the qValue of this media-range.

    Returns the qValue of this media-range.

    Definition Classes
    MediaRangeMediaRange
  5. abstract def value: String
  6. abstract def withParams(params: Map[String, String]): MediaRange

    Returns a copy of this instance with the params replaced by the given ones.

    Returns a copy of this instance with the params replaced by the given ones. If the given map contains a "q" value the qValue member is (also) updated.

  7. abstract def withQValue(qValue: Float): MediaRange
    Definition Classes
    WithQValue

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MediaRange toany2stringadd[MediaRange] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MediaRange, B)
    Implicit
    This member is added by an implicit conversion from MediaRange toArrowAssoc[MediaRange] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def ensuring(cond: (MediaRange) => Boolean, msg: => Any): MediaRange
    Implicit
    This member is added by an implicit conversion from MediaRange toEnsuring[MediaRange] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (MediaRange) => Boolean): MediaRange
    Implicit
    This member is added by an implicit conversion from MediaRange toEnsuring[MediaRange] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): MediaRange
    Implicit
    This member is added by an implicit conversion from MediaRange toEnsuring[MediaRange] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): MediaRange
    Implicit
    This member is added by an implicit conversion from MediaRange toEnsuring[MediaRange] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def getParams(): Map[String, String]

    Java API

    Java API

    Definition Classes
    MediaRangeMediaRange
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def isApplication: Boolean
  18. def isAudio: Boolean
  19. def isImage: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMessage: Boolean
  22. def isMultipart: Boolean
  23. def isText: Boolean
  24. def isVideo: Boolean
  25. def isWildcard: Boolean
  26. def matches(mediaType: javadsl.model.MediaType): Boolean

    Java API

    Java API

    Definition Classes
    MediaRangeMediaRange
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withCharsetRange(charsetRange: HttpCharsetRange): ContentTypeRange

    Constructs a ContentTypeRange from this instance and the given charset.

  36. def withQValue(qValue: Double): MediaRange

    truncates Double qValue to float and returns a new instance with this qValue set

    truncates Double qValue to float and returns a new instance with this qValue set

    Definition Classes
    WithQValue

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MediaRange toStringFormat[MediaRange] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (MediaRange, B)
    Implicit
    This member is added by an implicit conversion from MediaRange toArrowAssoc[MediaRange] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from WithQValue[MediaRange]

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMediaRange to any2stringadd[MediaRange]

Inherited by implicit conversion StringFormat fromMediaRange to StringFormat[MediaRange]

Inherited by implicit conversion Ensuring fromMediaRange to Ensuring[MediaRange]

Inherited by implicit conversion ArrowAssoc fromMediaRange to ArrowAssoc[MediaRange]

Ungrouped