Packages

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

Annotations
@DoNotInherit()
Source
MediaType.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithFixedCharset
  2. WithFixedCharset
  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

Value Members

  1. def binary: Boolean

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

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

    Definition Classes
    NonBinaryMediaType
  2. val charset: HttpCharset
  3. def comp: Compressible
    Definition Classes
    NonBinaryMediaType
  4. def equals(that: Any): Boolean
    Definition Classes
    MediaType → AnyRef → Any
  5. val fileExtensions: List[String]
    Definition Classes
    WithFixedCharsetMediaType
  6. def getParams(): Map[String, String]

    Java API

    Java API

    Implicit
    This member is added by an implicit conversion from WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  7. def hashCode(): Int
    Definition Classes
    MediaType → AnyRef → Any
  8. def isApplication: Boolean
    Definition Classes
    MediaTypeMediaType
  9. def isAudio: Boolean
    Definition Classes
    MediaTypeMediaType
  10. def isCompressible: Boolean

    True when this media-type is generally compressible.

    True when this media-type is generally compressible.

    Definition Classes
    MediaTypeMediaType
  11. def isImage: Boolean
    Definition Classes
    MediaTypeMediaType
  12. def isMessage: Boolean
    Definition Classes
    MediaTypeMediaType
  13. def isMultipart: Boolean
    Definition Classes
    MediaTypeMediaType
  14. def isText: Boolean
    Definition Classes
    MediaTypeMediaType
  15. def isVideo: Boolean
    Definition Classes
    MediaTypeMediaType
  16. def isWildcard: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  17. val mainType: String

    The main-type of this media-type.

    The main-type of this media-type.

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

    Java API

    Java API

    Implicit
    This member is added by an implicit conversion from WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  19. def matches(mediaType: MediaType): Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  20. def params: Map[String, String]
    Definition Classes
    WithFixedCharsetMediaType
  21. 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 WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  22. def render[R <: Rendering](r: R): r.type
    Definition Classes
    LazyValueBytesRenderable → Renderable
  23. val subType: String

    The sub-type of this media-type.

    The sub-type of this media-type.

    Definition Classes
    MediaTypeMediaType
  24. def toContentType: ContentType.WithFixedCharset

    Turns the media type into a content type with a fixed, known charset.

    Turns the media type into a content type with a fixed, known charset.

    JAVA API

    Definition Classes
    WithFixedCharsetWithFixedCharset
  25. 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
  26. def toRange: javadsl.model.MediaRange

    JAVA API

    JAVA API

    Definition Classes
    MediaTypeMediaType
  27. def toString(): String
    Definition Classes
    LazyValueBytesRenderable → AnyRef → Any
  28. val value: String
    Definition Classes
    WithFixedCharset → LazyValueBytesRenderable
  29. 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 WithFixedCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  30. def withComp(comp: Compressibility): Binary with MediaType
    Definition Classes
    NonBinaryMediaType
  31. def withParams(params: Map[String, String]): WithFixedCharset with MediaType
    Definition Classes
    WithFixedCharsetMediaType
  32. def withQValue(qValue: Float): MediaRange
    Definition Classes
    MediaTypeWithQValue
  33. 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 WithFixedCharset 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:
    (withFixedCharset: MediaRange).isApplication
    Definition Classes
    MediaRange
  2. def isAudio: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).isAudio
    Definition Classes
    MediaRange
  3. def isImage: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).isImage
    Definition Classes
    MediaRange
  4. def isMessage: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).isMessage
    Definition Classes
    MediaRange
  5. def isMultipart: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).isMultipart
    Definition Classes
    MediaRange
  6. def isText: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).isText
    Definition Classes
    MediaRange
  7. def isVideo: Boolean
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: 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 WithFixedCharset 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:
    (withFixedCharset: MediaRange).mainType()
    Definition Classes
    MediaRangeMediaRange
  9. def params: Map[String, String]
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).params
    Definition Classes
    MediaRange
  10. def value: String
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: 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 WithFixedCharset 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:
    (withFixedCharset: 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 WithFixedCharset 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:
    (withFixedCharset: MediaRange).withQValue(qValue)
    Definition Classes
    WithQValue
  13. def withQValue(qValue: Float): MediaRange
    Implicit
    This member is added by an implicit conversion from WithFixedCharset 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:
    (withFixedCharset: MediaRange).withQValue(qValue)
    Definition Classes
    WithQValue