Class TowWebSocketInitializer.WebSocketGracefulUndeployListener

java.lang.Object
com.aspectran.undertow.server.servlet.TowWebSocketInitializer.WebSocketGracefulUndeployListener
All Implemented Interfaces:
io.undertow.server.session.SessionListener
Enclosing class:
TowWebSocketInitializer

public static class TowWebSocketInitializer.WebSocketGracefulUndeployListener extends 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attributeRemoved(io.undertow.server.session.Session session, String name, Object oldValue)
     
    void
    attributeUpdated(io.undertow.server.session.Session session, String name, Object newValue, 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 Details

    • WebSocketGracefulUndeployListener

      public WebSocketGracefulUndeployListener()
  • Method Details

    • attributeUpdated

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

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