final case class HttpEncoding extends javadsl.model.headers.HttpEncoding with LazyValueBytesRenderable with WithQValue[HttpEncodingRange] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpEncoding
- Serializable
- Product
- Equals
- WithQValue
- LazyValueBytesRenderable
- Renderable
- HttpEncoding
- AnyRef
- Any
Implicitly
- by apply
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- 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 HttpEncoding toany2stringadd[HttpEncoding] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
-    def ->[B](y: B): (HttpEncoding, B)- Implicit
- This member is added by an implicit conversion from HttpEncoding toArrowAssoc[HttpEncoding] 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 clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-    def ensuring(cond: (HttpEncoding) => Boolean, msg: => Any): HttpEncoding- Implicit
- This member is added by an implicit conversion from HttpEncoding toEnsuring[HttpEncoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: (HttpEncoding) => Boolean): HttpEncoding- Implicit
- This member is added by an implicit conversion from HttpEncoding toEnsuring[HttpEncoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean, msg: => Any): HttpEncoding- Implicit
- This member is added by an implicit conversion from HttpEncoding toEnsuring[HttpEncoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean): HttpEncoding- Implicit
- This member is added by an implicit conversion from HttpEncoding toEnsuring[HttpEncoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def matches(encoding: javadsl.model.headers.HttpEncoding): BooleanJava API Java API - Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange → HttpEncodingRange
 
-    def matches(encoding: HttpEncoding): Boolean- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-    def qValue(): Float- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- Definition Classes
- HttpEncodingRange → HttpEncodingRange
 
-    def render[R <: Rendering](r: R): r.type- Definition Classes
- LazyValueBytesRenderable → Renderable
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toRange(): javadsl.model.headers.HttpEncodingRange- Definition Classes
- HttpEncoding
 
-    def toString(): String- Definition Classes
- LazyValueBytesRenderable → AnyRef → Any
 
-    val value: String- Definition Classes
- HttpEncoding → LazyValueBytesRenderable → HttpEncoding
 
-   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 withQValue(qValue: Float): HttpEncodingRange- Definition Classes
- HttpEncoding → WithQValue
 
-    def withQValue(qValue: Double): HttpEncodingRangetruncates 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 toString(): String- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- 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:(httpEncoding: HttpEncodingRange).toString() 
- Definition Classes
- ToStringRenderable → AnyRef → Any
 
-    def value: String- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- 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:(httpEncoding: HttpEncodingRange).value 
- Definition Classes
- ValueRenderable
 
-    def withQValue(qValue: Double): HttpEncodingRangetruncates 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 HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- 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:(httpEncoding: HttpEncodingRange).withQValue(qValue) 
- Definition Classes
- WithQValue
 
-    def withQValue(qValue: Float): HttpEncodingRange- Implicit
- This member is added by an implicit conversion from HttpEncoding toHttpEncodingRange performed by method apply in org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.
- 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:(httpEncoding: HttpEncodingRange).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 HttpEncoding toStringFormat[HttpEncoding] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.12.16) Use - formatString.format(value)instead of- value.formatted(formatString), or use the- f""string interpolator. In Java 15 and later,- formattedresolves to the new method in String which has reversed parameters.
 
-    def →[B](y: B): (HttpEncoding, B)- Implicit
- This member is added by an implicit conversion from HttpEncoding toArrowAssoc[HttpEncoding] 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.