Class/Object

akka.http.scaladsl.model

HttpCharset

Related Docs: object HttpCharset | package model

Permalink

final case class HttpCharset extends javadsl.model.HttpCharset with SingletonValueRenderable with WithQValue[HttpCharsetRange] with Product with Serializable

Source
HttpCharset.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpCharset
  2. Serializable
  3. Serializable
  4. WithQValue
  5. SingletonValueRenderable
  6. Renderable
  7. Product
  8. Equals
  9. HttpCharset
  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 HttpCharset to any2stringadd[HttpCharset] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HttpCharset, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val aliases: Seq[String]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (HttpCharset) ⇒ Boolean, msg: ⇒ Any): HttpCharset

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from HttpCharset to StringFormat[HttpCharset] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getAliases(): Iterable[String]

    Permalink

    Java API

    Java API

    Definition Classes
    HttpCharsetHttpCharset
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def matches(charset: javadsl.model.HttpCharset): Boolean

    Permalink

    Java API

    Java API

    Implicit information
    This member is added by an implicit conversion from HttpCharset to HttpCharsetRange performed by method apply in akka.http.scaladsl.model.HttpCharsetRange.
    Definition Classes
    HttpCharsetRangeHttpCharsetRange
  20. def matches(charset: HttpCharset): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  22. def nioCharset(): Charset

    Permalink

    Returns the Charset for this charset if available or throws an exception otherwise

    Returns the Charset for this charset if available or throws an exception otherwise

    Definition Classes
    HttpCharsetHttpCharset
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def qValue(): Float

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

    Permalink
    Definition Classes
    SingletonValueRenderable → Renderable
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toRange(): HttpCharsetRange

    Permalink
    Definition Classes
    HttpCharsetHttpCharset
  29. def toRange(qValue: Float): javadsl.model.HttpCharsetRange

    Permalink
    Definition Classes
    HttpCharset
  30. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HttpCharset to HttpCharsetRange performed by method apply in akka.http.scaladsl.model.HttpCharsetRange.
    Definition Classes
    ToStringRenderable → AnyRef → Any
  31. val value: String

    Permalink
    Definition Classes
    HttpCharset → SingletonValueRenderable → HttpCharset
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withQValue(qValue: Float): HttpCharsetRange

    Permalink
    Definition Classes
    HttpCharsetWithQValueHttpCharset
  36. def withQValue(qValue: Double): HttpCharsetRange

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

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

Shadowed Implicit Value Members

  1. def value: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HttpCharset to HttpCharsetRange performed by method apply in akka.http.scaladsl.model.HttpCharsetRange.
    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:
    (httpCharset: HttpCharsetRange).value
    Definition Classes
    ValueRenderable
  2. def withQValue(qValue: Double): HttpCharsetRange

    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 HttpCharset to HttpCharsetRange performed by method apply in akka.http.scaladsl.model.HttpCharsetRange.
    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:
    (httpCharset: HttpCharsetRange).withQValue(qValue)
    Definition Classes
    WithQValue
  3. def withQValue(qValue: Float): HttpCharsetRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from HttpCharset to HttpCharsetRange performed by method apply in akka.http.scaladsl.model.HttpCharsetRange.
    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:
    (httpCharset: HttpCharsetRange).withQValue(qValue)
    Definition Classes
    WithQValue

Inherited from Serializable

Inherited from Serializable

Inherited from WithQValue[HttpCharsetRange]

Inherited from SingletonValueRenderable

Inherited from Renderable

Inherited from Product

Inherited from Equals

Inherited from javadsl.model.HttpCharset

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from HttpCharset to HttpCharsetRange

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

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

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

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

Ungrouped