Class 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
    • Method Detail

      • handleEvent

        public void handleEvent​(io.undertow.server.handlers.sse.ServerSentEventConnection connection)
        Specified by:
        handleEvent in interface org.xnio.ChannelListener<io.undertow.server.handlers.sse.ServerSentEventConnection>