Class MangooWebSocket

java.lang.Object
io.undertow.websockets.core.AbstractReceiveListener
io.mangoo.interfaces.MangooWebSocket
All Implemented Interfaces:
EventListener, org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>

public abstract class MangooWebSocket extends io.undertow.websockets.core.AbstractReceiveListener
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>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.undertow.websockets.core.AbstractReceiveListener

    handleEvent

    Methods inherited from class java.lang.Object

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

    • MangooWebSocket

      public MangooWebSocket()