Class WebSocketEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WebSocketSession getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WebSocketEvent

        public WebSocketEvent​(WebSocketSession session)
        Default constructor.
        Parameters:
        session - The web socket session
    • Method Detail

      • getSource

        public WebSocketSession getSource()
        Overrides:
        getSource in class java.util.EventObject