ffs
0.1-SNAPSHOT
common
jvm
Sse
/
doist.ffs.sse
Package
doist.
ffs.
sse
Types
Functions
Properties
Types
Sse
Event
Link copied to clipboard
common
data
class
SseEvent
(
data
:
String
,
event
:
String
?
,
id
:
String
?
)
Content copied to clipboard
Functions
write
Link copied to clipboard
jvm
fun
SseEvent
.
write
(
writer
:
Writer
)
Content copied to clipboard
Properties
HEADER_LAST_EVENT_ID
Link copied to clipboard
common
const
val
HEADER_LAST_EVENT_ID
:
String
Content copied to clipboard
SSE_DEFAULT_RETRY
Link copied to clipboard
common
const
val
SSE_DEFAULT_RETRY
:
Long
=
3000
Content copied to clipboard
SSE_FIELD_PREFIX_DATA
Link copied to clipboard
common
const
val
SSE_FIELD_PREFIX_DATA
:
String
Content copied to clipboard
SSE_FIELD_PREFIX_EVENT
Link copied to clipboard
common
const
val
SSE_FIELD_PREFIX_EVENT
:
String
Content copied to clipboard
SSE_FIELD_PREFIX_ID
Link copied to clipboard
common
const
val
SSE_FIELD_PREFIX_ID
:
String
Content copied to clipboard
SSE_FIELD_PREFIX_RETRY
Link copied to clipboard
common
const
val
SSE_FIELD_PREFIX_RETRY
:
String
Content copied to clipboard