Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers.sse |
Modifier and Type | Method and Description |
---|---|
void | UndertowLogger.failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback callback, Exception e) |
void | UndertowLogger_$logger.failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback callback, Exception e) |
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 |
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 © 2020 JBoss by Red Hat. All rights reserved.