Package io.mangoo.routing.listeners
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
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(io.undertow.websockets.core.WebSocketChannel channel)
-
Method Details
-
handleEvent
public void handleEvent(io.undertow.websockets.core.WebSocketChannel channel) - Specified by:
handleEventin interfaceorg.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>
-