Class WebSocketCloseListener

java.lang.Object
io.mangoo.routing.listeners.WebSocketCloseListener
All Implemented Interfaces:
EventListener, org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>

@Singleton public class WebSocketCloseListener extends Object implements org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>
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.websockets.core.WebSocketChannel channel)
     

    Methods inherited from class java.lang.Object

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

    • handleEvent

      public void handleEvent(io.undertow.websockets.core.WebSocketChannel channel)
      Specified by:
      handleEvent in interface org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>