Uses of Interface
io.undertow.server.handlers.sse.ServerSentEventConnection.EventCallback
-
Packages that use ServerSentEventConnection.EventCallback Package Description io.undertow io.undertow.server.handlers.sse -
-
Uses of ServerSentEventConnection.EventCallback in io.undertow
Methods in io.undertow with parameters of type ServerSentEventConnection.EventCallback 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)
-
Uses of ServerSentEventConnection.EventCallback in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse with parameters of type ServerSentEventConnection.EventCallback Modifier and Type Method Description void
ServerSentEventConnection. send(java.lang.String data, ServerSentEventConnection.EventCallback callback)
Sends an event to the remote clientvoid
ServerSentEventConnection. send(java.lang.String data, java.lang.String event, java.lang.String id, ServerSentEventConnection.EventCallback callback)
Sends an event to the remote clientvoid
ServerSentEventConnection. sendRetry(long retry, ServerSentEventConnection.EventCallback callback)
Sends the 'retry' message to the client, instructing it how long to wait before attempting a reconnect.
-