public class ServerSentEventHandler extends Object implements io.undertow.server.handlers.sse.ServerSentEventConnectionCallback
| Constructor and Description |
|---|
ServerSentEventHandler(boolean requiresAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
connected(io.undertow.server.handlers.sse.ServerSentEventConnection connection,
String lastEventId) |
public ServerSentEventHandler(boolean requiresAuthentication)
public void connected(io.undertow.server.handlers.sse.ServerSentEventConnection connection,
String lastEventId)
connected in interface io.undertow.server.handlers.sse.ServerSentEventConnectionCallbackCopyright © 2016. All rights reserved.