Packages

class HttpDate extends Renderable with Ordered[HttpDate]

An HTTP-date value represents time as an instance of Coordinated Universal Time (UTC). It expresses time at a resolution of one second. By using it over java.time.Instant in the model, we assure that if two headers render equally, their values are equal.

Source
HttpDate.scala
See also

https://tools.ietf.org/html/rfc7231#page65

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpDate
  2. Ordered
  3. Comparable
  4. Renderable
  5. AnyRef
  6. Any
Implicitly
  1. by orderingToOrdered
  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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HttpDate to any2stringadd[HttpDate] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HttpDate, B)
    Implicit
    This member is added by an implicit conversion from HttpDate to ArrowAssoc[HttpDate] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: HttpDate): Boolean
    Definition Classes
    Ordered
  6. def <=(that: HttpDate): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: HttpDate): Boolean
    Definition Classes
    Ordered
  9. def >=(that: HttpDate): Boolean
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def compare(that: HttpDate): Int
    Definition Classes
    HttpDate → Ordered
  13. def compareTo(that: HttpDate): Int
    Definition Classes
    Ordered → Comparable
  14. def ensuring(cond: (HttpDate) ⇒ Boolean, msg: ⇒ Any): HttpDate
    Implicit
    This member is added by an implicit conversion from HttpDate to Ensuring[HttpDate] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (HttpDate) ⇒ Boolean): HttpDate
    Implicit
    This member is added by an implicit conversion from HttpDate to Ensuring[HttpDate] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): HttpDate
    Implicit
    This member is added by an implicit conversion from HttpDate to Ensuring[HttpDate] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): HttpDate
    Implicit
    This member is added by an implicit conversion from HttpDate to Ensuring[HttpDate] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. val epochSecond: Long
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean
    Definition Classes
    HttpDate → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HttpDate to StringFormat[HttpDate] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    HttpDate → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    HttpDateRenderable
  30. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toInstant: Instant
  33. def toString(): String
    Definition Classes
    Renderable → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. def [B](y: B): (HttpDate, B)
    Implicit
    This member is added by an implicit conversion from HttpDate to ArrowAssoc[HttpDate] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def <(that: HttpDate): Boolean
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: HttpDate): Boolean
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: HttpDate): Boolean
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: HttpDate): Boolean
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: HttpDate): Int
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: HttpDate): Int
    Implicit
    This member is added by an implicit conversion from HttpDate to Ordered[HttpDate] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (httpDate: Ordered[HttpDate]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from Ordered[HttpDate]

Inherited from Comparable[HttpDate]

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from HttpDate to Ordered[HttpDate]

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

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

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

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

Ungrouped