sealed abstract class NonMultipartWithOpenCharset extends WithOpenCharset
- Alphabetic
 - By Inheritance
 
- NonMultipartWithOpenCharset
 - WithOpenCharset
 - WithOpenCharset
 - NonBinary
 - NonBinary
 - MediaType
 - WithQValue
 - LazyValueBytesRenderable
 - Renderable
 - MediaType
 - AnyRef
 - Any
 
- by apply
 - by any2stringadd
 - by StringFormat
 - by Ensuring
 - by ArrowAssoc
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -    def +(other: String): String
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toany2stringadd[NonMultipartWithOpenCharset] performed by method any2stringadd in scala.Predef.
 - Definition Classes
 - any2stringadd
 
 -    def ->[B](y: B): (NonMultipartWithOpenCharset, B)
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toArrowAssoc[NonMultipartWithOpenCharset] performed by method ArrowAssoc in scala.Predef.
 - Definition Classes
 - ArrowAssoc
 - Annotations
 - @inline()
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def binary: Boolean
True when this media-type is not character-based.
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -  def comp: Compressible
 -    def ensuring(cond: (NonMultipartWithOpenCharset) => Boolean, msg: => Any): NonMultipartWithOpenCharset
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toEnsuring[NonMultipartWithOpenCharset] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: (NonMultipartWithOpenCharset) => Boolean): NonMultipartWithOpenCharset
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toEnsuring[NonMultipartWithOpenCharset] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: Boolean, msg: => Any): NonMultipartWithOpenCharset
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toEnsuring[NonMultipartWithOpenCharset] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: Boolean): NonMultipartWithOpenCharset
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toEnsuring[NonMultipartWithOpenCharset] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(that: Any): Boolean
- Definition Classes
 - MediaType → AnyRef → Any
 
 -    val fileExtensions: List[String]
- Definition Classes
 - NonMultipartWithOpenCharset → MediaType
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def getParams(): Map[String, String]
Java API
Java API
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange → MediaRange
 
 -    def hashCode(): Int
- Definition Classes
 - MediaType → AnyRef → Any
 
 -  def isApplication: Boolean
 -  def isAudio: Boolean
 -    def isCompressible: Boolean
True when this media-type is generally compressible.
 -  def isImage: Boolean
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def isMessage: Boolean
 -  def isMultipart: Boolean
 -  def isText: Boolean
 -  def isVideo: Boolean
 -    def isWildcard: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange
 
 -    val mainType: String
The main-type of this media-type.
 -    def matches(mediaType: javadsl.model.MediaType): Boolean
Java API
Java API
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange → MediaRange
 
 -    def matches(mediaType: MediaType): Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def params: Map[String, String]
- Definition Classes
 - NonMultipartWithOpenCharset → MediaType
 
 -    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 NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange → MediaRange
 
 -    def render[R <: Rendering](r: R): r.type
- Definition Classes
 - LazyValueBytesRenderable → Renderable
 
 -    val subType: String
The sub-type of this media-type.
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    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
 - WithOpenCharset → WithOpenCharset
 
 -    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
 - WithOpenCharset → WithOpenCharset
 
 -    def toRange(qValue: Float): javadsl.model.MediaRange
Creates a media-range from this media-type with a given qValue.
 -    def toRange: javadsl.model.MediaRange
JAVA API
 -    def toString(): String
- Definition Classes
 - LazyValueBytesRenderable → AnyRef → Any
 
 -    val value: String
- Definition Classes
 - NonMultipartWithOpenCharset → LazyValueBytesRenderable
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    def withCharset(charset: HttpCharset): WithCharset
- Definition Classes
 - WithOpenCharset
 
 -    def withCharsetRange(charsetRange: HttpCharsetRange): ContentTypeRange
Constructs a
ContentTypeRangefrom this instance and the given charset.Constructs a
ContentTypeRangefrom this instance and the given charset.- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toMediaRange performed by method apply in akka.http.scaladsl.model.MediaRange.
 - Definition Classes
 - MediaRange
 
 -  def withComp(comp: Compressibility): Binary with MediaType
 -    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.
- Definition Classes
 - WithOpenCharset
 
 -    def withParams(params: Map[String, String]): WithOpenCharset with MediaType
- Definition Classes
 - WithOpenCharset → MediaType
 
 -    def withQValue(qValue: Float): MediaRange
- Definition Classes
 - MediaType → WithQValue
 
 -    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
-    def isApplication: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isApplication
 - Definition Classes
 - MediaRange
 
 -    def isAudio: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isAudio
 - Definition Classes
 - MediaRange
 
 -    def isImage: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isImage
 - Definition Classes
 - MediaRange
 
 -    def isMessage: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isMessage
 - Definition Classes
 - MediaRange
 
 -    def isMultipart: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isMultipart
 - Definition Classes
 - MediaRange
 
 -    def isText: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isText
 - Definition Classes
 - MediaRange
 
 -    def isVideo: Boolean
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).isVideo
 - Definition Classes
 - MediaRange
 
 -    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 NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).mainType()
 - Definition Classes
 - MediaRange → MediaRange
 
 -    def params: Map[String, String]
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).params
 - Definition Classes
 - MediaRange
 
 -    def value: String
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).value
 - Definition Classes
 - MediaRange
 
 -    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
qValuemember is (also) updated.- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).withParams(params)
 - Definition Classes
 - MediaRange
 
 -    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 NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).withQValue(qValue)
 - Definition Classes
 - WithQValue
 
 -    def withQValue(qValue: Float): MediaRange
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset 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:(nonMultipartWithOpenCharset: MediaRange).withQValue(qValue)
 - Definition Classes
 - WithQValue
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)
 -    def formatted(fmtstr: String): String
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toStringFormat[NonMultipartWithOpenCharset] performed by method StringFormat in scala.Predef.
 - Definition Classes
 - StringFormat
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.
 -    def →[B](y: B): (NonMultipartWithOpenCharset, B)
- Implicit
 - This member is added by an implicit conversion from NonMultipartWithOpenCharset toArrowAssoc[NonMultipartWithOpenCharset] 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.