final case class Content-Length extends ContentLength with RequestResponseHeader with Product with Serializable
Instances of this class will only be created transiently during header parsing and will never appear in HttpMessage.header. To access the Content-Length, see subclasses of HttpEntity.
- Source
- headers.scala
- Alphabetic
- By Inheritance
- Content-Length
- Product
- Equals
- RequestResponseHeader
- ResponseHeader
- RequestHeader
- ModeledHeader
- Serializable
- ContentLength
- HttpHeader
- ToStringRenderable
- Renderable
- HttpHeader
- AnyRef
- Any
- 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 Content-Length toany2stringadd[Content-Length] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] 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]) @native()
- def companion: Content-Length
- Attributes
- protected
- Definition Classes
- Content-Length → ModeledHeader
- def ensuring(cond: (Content-Length) => Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Content-Length) => Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def is(nameInLowerCase: String): Boolean
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
- Definition Classes
- HttpHeader → HttpHeader
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNot(nameInLowerCase: String): Boolean
Returns !is(nameInLowerCase).
Returns !is(nameInLowerCase).
- Definition Classes
- HttpHeader → HttpHeader
- val length: Long
- Definition Classes
- Content-Length → ContentLength
- def lowercaseName(): String
Returns the lower-cased name of the header.
Returns the lower-cased name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- def name(): String
Returns the name of the header.
Returns the name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def render[R <: Rendering](r: R): r.type
- Definition Classes
- ModeledHeader → Renderable
- def renderInRequests(): Boolean
Returns true if and only if the header is to be rendered in requests.
Returns true if and only if the header is to be rendered in requests.
- Definition Classes
- RequestHeader → ModeledHeader → HttpHeader
- def renderInResponses(): Boolean
Returns true if and only if the header is to be rendered in responses.
Returns true if and only if the header is to be rendered in responses.
- Definition Classes
- ResponseHeader → ModeledHeader → HttpHeader
- def renderValue[R <: Rendering](r: R): r.type
- Definition Classes
- Content-Length → ModeledHeader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def unsafeToString: String
- Definition Classes
- HttpHeader
- def value(): String
Returns the String representation of the value of the header.
Returns the String representation of the value of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Content-Length toStringFormat[Content-Length] 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,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] 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.
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Inherited from ResponseHeader
Value Members
- def renderInResponses(): Boolean
Returns true if and only if the header is to be rendered in responses.
Returns true if and only if the header is to be rendered in responses.
- Definition Classes
- ResponseHeader → ModeledHeader → HttpHeader
Inherited from RequestHeader
Value Members
- def renderInRequests(): Boolean
Returns true if and only if the header is to be rendered in requests.
Returns true if and only if the header is to be rendered in requests.
- Definition Classes
- RequestHeader → ModeledHeader → HttpHeader
Inherited from ModeledHeader
Value Members
- def lowercaseName(): String
Returns the lower-cased name of the header.
Returns the lower-cased name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- def name(): String
Returns the name of the header.
Returns the name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- final def render[R <: Rendering](r: R): r.type
- Definition Classes
- ModeledHeader → Renderable
- def value(): String
Returns the String representation of the value of the header.
Returns the String representation of the value of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
Inherited from HttpHeader
Value Members
- def is(nameInLowerCase: String): Boolean
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
- Definition Classes
- HttpHeader → HttpHeader
- def isNot(nameInLowerCase: String): Boolean
Returns !is(nameInLowerCase).
Returns !is(nameInLowerCase).
- Definition Classes
- HttpHeader → HttpHeader
- def unsafeToString: String
- Definition Classes
- HttpHeader
Inherited from ToStringRenderable
Value Members
- def toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
Inherited from Any
Inherited by implicit conversion any2stringadd fromContent-Length to any2stringadd[Content-Length]
Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from Content-Length toany2stringadd[Content-Length] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat fromContent-Length to StringFormat[Content-Length]
Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Content-Length toStringFormat[Content-Length] 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,formatted
resolves to the new method in String which has reversed parameters.
Inherited by implicit conversion Ensuring fromContent-Length to Ensuring[Content-Length]
Value Members
- def ensuring(cond: (Content-Length) => Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Content-Length) => Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc fromContent-Length to ArrowAssoc[Content-Length]
Value Members
- def ->[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def →[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] 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.
Ungrouped
- 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 Content-Length toany2stringadd[Content-Length] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] 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]) @native()
- def companion: Content-Length
- Attributes
- protected
- Definition Classes
- Content-Length → ModeledHeader
- def ensuring(cond: (Content-Length) => Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Content-Length) => Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Content-Length
- Implicit
- This member is added by an implicit conversion from Content-Length toEnsuring[Content-Length] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def is(nameInLowerCase: String): Boolean
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
- Definition Classes
- HttpHeader → HttpHeader
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNot(nameInLowerCase: String): Boolean
Returns !is(nameInLowerCase).
Returns !is(nameInLowerCase).
- Definition Classes
- HttpHeader → HttpHeader
- val length: Long
- Definition Classes
- Content-Length → ContentLength
- def lowercaseName(): String
Returns the lower-cased name of the header.
Returns the lower-cased name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- def name(): String
Returns the name of the header.
Returns the name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def render[R <: Rendering](r: R): r.type
- Definition Classes
- ModeledHeader → Renderable
- def renderInRequests(): Boolean
Returns true if and only if the header is to be rendered in requests.
Returns true if and only if the header is to be rendered in requests.
- Definition Classes
- RequestHeader → ModeledHeader → HttpHeader
- def renderInResponses(): Boolean
Returns true if and only if the header is to be rendered in responses.
Returns true if and only if the header is to be rendered in responses.
- Definition Classes
- ResponseHeader → ModeledHeader → HttpHeader
- def renderValue[R <: Rendering](r: R): r.type
- Definition Classes
- Content-Length → ModeledHeader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def unsafeToString: String
- Definition Classes
- HttpHeader
- def value(): String
Returns the String representation of the value of the header.
Returns the String representation of the value of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Content-Length toStringFormat[Content-Length] 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,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Content-Length, B)
- Implicit
- This member is added by an implicit conversion from Content-Length toArrowAssoc[Content-Length] 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.