Uses of Interface
io.undertow.server.session.SessionListener
-
Packages that use SessionListener Package Description io.undertow.server.session io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of SessionListener in io.undertow.server.session
Methods in io.undertow.server.session with parameters of type SessionListener Modifier and Type Method Description voidSessionListeners. addSessionListener(SessionListener listener)voidInMemorySessionManager. registerSessionListener(SessionListener listener)voidSessionManager. registerSessionListener(SessionListener listener)Registers a session listener for the session managervoidInMemorySessionManager. removeSessionListener(SessionListener listener)booleanSessionListeners. removeSessionListener(SessionListener listener)voidSessionManager. removeSessionListener(SessionListener listener)Removes a session listener from the session manager -
Uses of SessionListener in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type SessionListener Modifier and Type Method Description List<SessionListener>DeploymentInfo. getSessionListeners()Methods in io.undertow.servlet.api with parameters of type SessionListener Modifier and Type Method Description DeploymentInfoDeploymentInfo. addSessionListener(SessionListener sessionListener) -
Uses of SessionListener in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement SessionListener Modifier and Type Class Description classSessionListenerBridgeClass that bridges between Undertow native session listeners and servlet ones.
-