Package | Description |
---|---|
io.undertow.server.handlers.sse |
Modifier and Type | Method and Description |
---|---|
void |
ServerSentEventConnection.send(String data,
ServerSentEventConnection.EventCallback callback)
Sends an event to the remote client
|
void |
ServerSentEventConnection.send(String data,
String event,
String id,
ServerSentEventConnection.EventCallback callback)
Sends an event to the remote client
|
Copyright © 2015. All rights reserved.