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

    Nested classes/interfaces inherited from interface org.xnio.ChannelListener

    org.xnio.ChannelListener.Setter<T extends Channel>, org.xnio.ChannelListener.SimpleSetter<T extends Channel>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(io.undertow.server.handlers.sse.ServerSentEventConnection connection)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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>