public abstract class LastEventId extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
LastEventId() |
Modifier and Type | Method and Description |
---|---|
static LastEventId |
create(java.lang.String id)
Creates a Last-Event-ID header.
|
abstract java.lang.String |
id() |
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, value
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
render
public static LastEventId create(java.lang.String id)
id
- ID of the last event, encoded as UTF-8 stringServerSentEvent
public abstract java.lang.String id()