Packages

sealed abstract class WithOpenCharset extends NonBinary with javadsl.model.MediaType.WithOpenCharset

Annotations
@DoNotInherit()
Source
MediaType.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithOpenCharset
  2. WithOpenCharset
  3. NonBinary
  4. NonBinary
  5. MediaType
  6. WithQValue
  7. LazyValueBytesRenderable
  8. Renderable
  9. MediaType
  10. AnyRef
  11. Any
Implicitly
  1. by apply
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def fileExtensions: List[String]
    Definition Classes
    MediaType
  2. abstract def params: Map[String, String]
    Definition Classes
    MediaType
  3. abstract def value: String
    Definition Classes
    LazyValueBytesRenderable

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 WithOpenCharset toany2stringadd[WithOpenCharset] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WithOpenCharset, B)
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toArrowAssoc[WithOpenCharset] 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 binary: Boolean

    True when this media-type is not character-based.

    True when this media-type is not character-based.

    Definition Classes
    NonBinaryMediaType
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def comp: Compressible
    Definition Classes
    NonBinaryMediaType
  10. def ensuring(cond: (WithOpenCharset) => Boolean, msg: => Any): WithOpenCharset
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toEnsuring[WithOpenCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (WithOpenCharset) => Boolean): WithOpenCharset
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toEnsuring[WithOpenCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): WithOpenCharset
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toEnsuring[WithOpenCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): WithOpenCharset
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toEnsuring[WithOpenCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean
    Definition Classes
    MediaType → AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toStringFormat[WithOpenCharset] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getParams(): Map[String, String]

    Java API

    Java API

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  20. def hashCode(): Int
    Definition Classes
    MediaType → AnyRef → Any
  21. def isApplication: Boolean
    Definition Classes
    MediaTypeMediaType
  22. def isAudio: Boolean
    Definition Classes
    MediaTypeMediaType
  23. def isCompressible: Boolean

    True when this media-type is generally compressible.

    True when this media-type is generally compressible.

    Definition Classes
    MediaTypeMediaType
  24. def isImage: Boolean
    Definition Classes
    MediaTypeMediaType
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isMessage: Boolean
    Definition Classes
    MediaTypeMediaType
  27. def isMultipart: Boolean
    Definition Classes
    MediaTypeMediaType
  28. def isText: Boolean
    Definition Classes
    MediaTypeMediaType
  29. def isVideo: Boolean
    Definition Classes
    MediaTypeMediaType
  30. def isWildcard: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  31. val mainType: String

    The main-type of this media-type.

    The main-type of this media-type.

    Definition Classes
    MediaTypeMediaType
  32. def matches(mediaType: javadsl.model.MediaType): Boolean

    Java API

    Java API

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  33. def matches(mediaType: MediaType): Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def qValue(): Float

    Returns the qValue of this media-range.

    Returns the qValue of this media-range.

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  38. def render[R <: Rendering](r: R): r.type
    Definition Classes
    LazyValueBytesRenderable → Renderable
  39. val subType: String

    The sub-type of this media-type.

    The sub-type of this media-type.

    Definition Classes
    MediaTypeMediaType
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toContentType(charset: javadsl.model.HttpCharset): WithCharset

    Turns the media type into a content type with the given charset.

    Turns the media type into a content type with the given charset.

    JAVA API

    Definition Classes
    WithOpenCharsetWithOpenCharset
  42. def toContentTypeWithMissingCharset: WithMissingCharset

    Turns the media type into a content type without specifying a charset.

    Turns the media type into a content type without specifying a charset.

    This is generally NOT what you want, since you're hiding the actual character encoding of your content, making decoding it possibly ambiguous.

    Consider using toContentType(charset: HttpCharset) instead.

    JAVA API

    Definition Classes
    WithOpenCharsetWithOpenCharset
  43. def toRange(qValue: Float): javadsl.model.MediaRange

    Creates a media-range from this media-type with a given qValue.

    Creates a media-range from this media-type with a given qValue.

    Definition Classes
    MediaTypeMediaType
  44. def toRange: javadsl.model.MediaRange

    JAVA API

    JAVA API

    Definition Classes
    MediaTypeMediaType
  45. def toString(): String
    Definition Classes
    LazyValueBytesRenderable → AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def withCharset(charset: HttpCharset): WithCharset
  50. def withCharsetRange(charsetRange: HttpCharsetRange): ContentTypeRange

    Constructs a ContentTypeRange from this instance and the given charset.

    Constructs a ContentTypeRange from this instance and the given charset.

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  51. def withComp(comp: Compressibility): Binary with MediaType
    Definition Classes
    NonBinaryMediaType
  52. def withMissingCharset: WithMissingCharset

    Turns the media type into a content type without specifying a charset.

    Turns the media type into a content type without specifying a charset.

    This is generally NOT what you want, since you're hiding the actual character encoding of your content, making decoding it possibly ambiguous.

    Consider using toContentType(charset: HttpCharset) instead.

  53. def withParams(params: Map[String, String]): WithOpenCharset with MediaType
    Definition Classes
    WithOpenCharsetMediaType
  54. def withQValue(qValue: Float): MediaRange
    Definition Classes
    MediaTypeWithQValue
  55. 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

Shadowed Implicit Value Members

  1. def isApplication: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isApplication
    Definition Classes
    MediaRange
  2. def isAudio: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isAudio
    Definition Classes
    MediaRange
  3. def isImage: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isImage
    Definition Classes
    MediaRange
  4. def isMessage: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isMessage
    Definition Classes
    MediaRange
  5. def isMultipart: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isMultipart
    Definition Classes
    MediaRange
  6. def isText: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isText
    Definition Classes
    MediaRange
  7. def isVideo: Boolean
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).isVideo
    Definition Classes
    MediaRange
  8. def mainType(): String

    Returns the main-type this media-range matches.

    Returns the main-type this media-range matches.

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).mainType()
    Definition Classes
    MediaRangeMediaRange
  9. def params: Map[String, String]
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).params
    Definition Classes
    MediaRange
  10. def value: String
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).value
    Definition Classes
    MediaRange
  11. 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.

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).withParams(params)
    Definition Classes
    MediaRange
  12. 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

    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).withQValue(qValue)
    Definition Classes
    WithQValue
  13. def withQValue(qValue: Float): MediaRange
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (withOpenCharset: MediaRange).withQValue(qValue)
    Definition Classes
    WithQValue

Deprecated Value Members

  1. def [B](y: B): (WithOpenCharset, B)
    Implicit
    This member is added by an implicit conversion from WithOpenCharset toArrowAssoc[WithOpenCharset] 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 NonBinary

Inherited from MediaType

Inherited from WithQValue[MediaRange]

Inherited from LazyValueBytesRenderable

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply fromWithOpenCharset to MediaRange

Inherited by implicit conversion any2stringadd fromWithOpenCharset to any2stringadd[WithOpenCharset]

Inherited by implicit conversion StringFormat fromWithOpenCharset to StringFormat[WithOpenCharset]

Inherited by implicit conversion Ensuring fromWithOpenCharset to Ensuring[WithOpenCharset]

Inherited by implicit conversion ArrowAssoc fromWithOpenCharset to ArrowAssoc[WithOpenCharset]

Ungrouped