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 -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeRemoved(io.undertow.server.session.Session session, String name, Object oldValue) voidattributeUpdated(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, waitMethods 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:
attributeUpdatedin interfaceio.undertow.server.session.SessionListener
-
attributeRemoved
public void attributeRemoved(io.undertow.server.session.Session session, String name, Object oldValue) - Specified by:
attributeRemovedin interfaceio.undertow.server.session.SessionListener
-