Packages

final case class Last-Event-ID(value: String) extends ModeledCustomHeader[Last-Event-ID] with Product with Serializable

To be sent by a client to the server if the server sent an ID with the last event.

value

value of the last event ID, encoded as UTF-8 string

Linear Supertypes
Serializable, Serializable, Product, Equals, ModeledCustomHeader[Last-Event-ID], CustomHeader, CustomHeader, HttpHeader, ToStringRenderable, Renderable, HttpHeader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Last-Event-ID
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ModeledCustomHeader
  7. CustomHeader
  8. CustomHeader
  9. HttpHeader
  10. ToStringRenderable
  11. Renderable
  12. HttpHeader
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Last-Event-ID(value: String)

    value

    value of the last event ID, encoded as UTF-8 string

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val companion: Last-Event-ID.type
    Definition Classes
    Last-Event-ID → ModeledCustomHeader
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def is(nameInLowerCase: String): Boolean
    Definition Classes
    HttpHeader → HttpHeader
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def isNot(nameInLowerCase: String): Boolean
    Definition Classes
    HttpHeader → HttpHeader
  13. final def lowercaseName(): String
    Definition Classes
    ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
  14. final def name(): String
    Definition Classes
    ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    CustomHeader → Renderable
  19. val renderInRequests: Boolean
  20. val renderInResponses: Boolean
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  23. val value: String
    Definition Classes
    Last-Event-ID → CustomHeader → HttpHeader → HttpHeader
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ModeledCustomHeader[Last-Event-ID]

Inherited from CustomHeader

Inherited from CustomHeader

Inherited from HttpHeader

Inherited from ToStringRenderable

Inherited from Renderable

Inherited from HttpHeader

Inherited from AnyRef

Inherited from Any

Ungrouped