Packages

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

The Last-Event-ID header is sent by a client to the server to signal the ID of the last sever-sent event received.

value

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

Linear Supertypes
Serializable, Serializable, Product, Equals, LastEventId, 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. LastEventId
  7. ModeledCustomHeader
  8. CustomHeader
  9. CustomHeader
  10. HttpHeader
  11. ToStringRenderable
  12. Renderable
  13. HttpHeader
  14. AnyRef
  15. 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 getValue(): String
    Definition Classes
    Last-Event-IDLastEventId
  11. def is(nameInLowerCase: String): Boolean
    Definition Classes
    HttpHeader → HttpHeader
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isNot(nameInLowerCase: String): Boolean
    Definition Classes
    HttpHeader → HttpHeader
  14. final def lowercaseName(): String
    Definition Classes
    ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
  15. final def name(): String
    Definition Classes
    ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    CustomHeader → Renderable
  20. val renderInRequests: Boolean
  21. val renderInResponses: Boolean
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  24. val value: String
    Definition Classes
    Last-Event-ID → CustomHeader → HttpHeader → HttpHeader
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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 LastEventId

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