Package io.mangoo.routing.listeners
Class ServerSentEventCloseListener
java.lang.Object
io.mangoo.routing.listeners.ServerSentEventCloseListener
- All Implemented Interfaces:
EventListener,org.xnio.ChannelListener<io.undertow.server.handlers.sse.ServerSentEventConnection>
@Singleton
public class ServerSentEventCloseListener
extends Object
implements org.xnio.ChannelListener<io.undertow.server.handlers.sse.ServerSentEventConnection>
- Author:
- svenkubiak
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(io.undertow.server.handlers.sse.ServerSentEventConnection connection)
-
Method Details
-
handleEvent
public void handleEvent(io.undertow.server.handlers.sse.ServerSentEventConnection connection) - Specified by:
handleEventin interfaceorg.xnio.ChannelListener<io.undertow.server.handlers.sse.ServerSentEventConnection>
-