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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Last-Event-ID
- Serializable
- Serializable
- Product
- Equals
- ModeledCustomHeader
- CustomHeader
- CustomHeader
- HttpHeader
- ToStringRenderable
- Renderable
- HttpHeader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Last-Event-ID(value: String)
- value
value of the last event ID, encoded as UTF-8 string
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
companion: Last-Event-ID.type
- Definition Classes
- Last-Event-ID → ModeledCustomHeader
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
is(nameInLowerCase: String): Boolean
- Definition Classes
- HttpHeader → HttpHeader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNot(nameInLowerCase: String): Boolean
- Definition Classes
- HttpHeader → HttpHeader
-
final
def
lowercaseName(): String
- Definition Classes
- ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
-
final
def
name(): String
- Definition Classes
- ModeledCustomHeader → CustomHeader → HttpHeader → HttpHeader
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
render[R <: Rendering](r: R): r.type
- Definition Classes
- CustomHeader → Renderable
- val renderInRequests: Boolean
- val renderInResponses: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
-
val
value: String
- Definition Classes
- Last-Event-ID → CustomHeader → HttpHeader → HttpHeader
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )