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

      • handleEvent

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