Class TowServletContext.WebSocketConnectionsUnboundListener

  • All Implemented Interfaces:
    io.undertow.server.session.SessionListener
    Enclosing class:
    TowServletContext

    public static class TowServletContext.WebSocketConnectionsUnboundListener
    extends java.lang.Object
    implements io.undertow.server.session.SessionListener
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.undertow.server.session.SessionListener

        io.undertow.server.session.SessionListener.SessionDestroyedReason
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void attributeRemoved​(io.undertow.server.session.Session session, java.lang.String name, java.lang.Object oldValue)  
      void attributeUpdated​(io.undertow.server.session.Session session, java.lang.String name, java.lang.Object newValue, java.lang.Object oldValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.undertow.server.session.SessionListener

        attributeAdded, sessionCreated, sessionDestroyed, sessionIdChanged
    • Constructor Detail

      • WebSocketConnectionsUnboundListener

        public WebSocketConnectionsUnboundListener()
    • Method Detail

      • attributeRemoved

        public void attributeRemoved​(io.undertow.server.session.Session session,
                                     java.lang.String name,
                                     java.lang.Object oldValue)
        Specified by:
        attributeRemoved in interface io.undertow.server.session.SessionListener
      • attributeUpdated

        public void attributeUpdated​(io.undertow.server.session.Session session,
                                     java.lang.String name,
                                     java.lang.Object newValue,
                                     java.lang.Object oldValue)
        Specified by:
        attributeUpdated in interface io.undertow.server.session.SessionListener