Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers.sse |
Modifier and Type | Method | Description |
---|---|---|
void |
UndertowLogger_$logger.failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback callback,
java.lang.Exception e) |
|
void |
UndertowLogger.failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback callback,
java.lang.Exception e) |
Modifier and Type | Method | Description |
---|---|---|
void |
ServerSentEventConnection.send(java.lang.String data,
ServerSentEventConnection.EventCallback callback) |
Sends an event to the remote client
|
void |
ServerSentEventConnection.send(java.lang.String data,
java.lang.String event,
java.lang.String id,
ServerSentEventConnection.EventCallback callback) |
Sends an event to the remote client
|
void |
ServerSentEventConnection.sendRetry(long retry,
ServerSentEventConnection.EventCallback callback) |
Sends the 'retry' message to the client, instructing it how long to wait before attempting a reconnect.
|
Copyright © 2018. All rights reserved.