Class

akka.http.scaladsl.model.MediaType

WithFixedCharset

Related Doc: package MediaType

Permalink

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

Source
MediaType.scala
Linear Supertypes
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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to any2stringadd[WithFixedCharset] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WithFixedCharset, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to ArrowAssoc[WithFixedCharset] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def binary: Boolean

    Permalink

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

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

    Definition Classes
    NonBinaryMediaType
  8. val charset: HttpCharset

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def comp: Compressible.type

    Permalink
    Definition Classes
    NonBinaryMediaType
  11. def ensuring(cond: (WithFixedCharset) ⇒ Boolean, msg: ⇒ Any): WithFixedCharset

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to Ensuring[WithFixedCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (WithFixedCharset) ⇒ Boolean): WithFixedCharset

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to Ensuring[WithFixedCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): WithFixedCharset

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to Ensuring[WithFixedCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): WithFixedCharset

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to Ensuring[WithFixedCharset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    MediaType → AnyRef → Any
  17. val fileExtensions: List[String]

    Permalink
    Definition Classes
    WithFixedCharsetMediaType
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to StringFormat[WithFixedCharset] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getParams(): Map[String, String]

    Permalink

    Java API

    Java API

    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  22. def hashCode(): Int

    Permalink
    Definition Classes
    MediaType → AnyRef → Any
  23. def isApplication: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  24. def isAudio: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  25. def isCompressible: Boolean

    Permalink

    True when this media-type is generally compressible.

    True when this media-type is generally compressible.

    Definition Classes
    MediaTypeMediaType
  26. def isImage: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isMessage: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  29. def isMultipart: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  30. def isText: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  31. def isVideo: Boolean

    Permalink
    Definition Classes
    MediaTypeMediaType
  32. def isWildcard: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  33. val mainType: String

    Permalink

    The main-type of this media-type.

    The main-type of this media-type.

    Definition Classes
    WithFixedCharsetMediaType
  34. def matches(mediaType: javadsl.model.MediaType): Boolean

    Permalink

    Java API

    Java API

    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  35. def matches(mediaType: MediaType): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def params: Map[String, String]

    Permalink
    Definition Classes
    WithFixedCharsetMediaType
  40. def qValue(): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRangeMediaRange
  41. def render[R <: Rendering](r: R): r.type

    Permalink
    Definition Classes
    LazyValueBytesRenderable → Renderable
  42. val subType: String

    Permalink

    The sub-type of this media-type.

    The sub-type of this media-type.

    Definition Classes
    WithFixedCharsetMediaType
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toContentType: ContentType.WithFixedCharset

    Permalink

    JAVA API

    JAVA API

    Definition Classes
    WithFixedCharsetWithFixedCharset
  45. def toRange(qValue: Float): javadsl.model.MediaRange

    Permalink

    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
  46. def toRange: javadsl.model.MediaRange

    Permalink

    JAVA API

    JAVA API

    Definition Classes
    MediaTypeMediaType
  47. def toString(): String

    Permalink
    Definition Classes
    LazyValueBytesRenderable → AnyRef → Any
  48. val value: String

    Permalink
    Definition Classes
    WithFixedCharset → LazyValueBytesRenderable
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withCharsetRange(charsetRange: HttpCharsetRange): ContentTypeRange

    Permalink

    Constructs a ContentTypeRange from this instance and the given charset.

    Constructs a ContentTypeRange from this instance and the given charset.

    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
    Definition Classes
    MediaRange
  53. def withComp(comp: Compressibility): Binary with MediaType

    Permalink
    Definition Classes
    NonBinaryMediaType
  54. def withParams(params: Map[String, String]): WithFixedCharset with MediaType

    Permalink
    Definition Classes
    WithFixedCharsetMediaType
  55. def withQValue(qValue: Float): MediaRange

    Permalink
    Definition Classes
    MediaTypeWithQValue
  56. def withQValue(qValue: Double): MediaRange

    Permalink

    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
  57. def [B](y: B): (WithFixedCharset, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to ArrowAssoc[WithFixedCharset] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def isApplication: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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]

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink

    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 information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink

    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 information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WithFixedCharset to MediaRange 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

Inherited from NonBinary

Inherited from MediaType

Inherited from WithQValue[MediaRange]

Inherited from LazyValueBytesRenderable

Inherited from Renderable

Inherited from javadsl.model.MediaType

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from WithFixedCharset to MediaRange

Inherited by implicit conversion any2stringadd from WithFixedCharset to any2stringadd[WithFixedCharset]

Inherited by implicit conversion StringFormat from WithFixedCharset to StringFormat[WithFixedCharset]

Inherited by implicit conversion Ensuring from WithFixedCharset to Ensuring[WithFixedCharset]

Inherited by implicit conversion ArrowAssoc from WithFixedCharset to ArrowAssoc[WithFixedCharset]

Ungrouped