Uses of Interface
com.aspectran.core.component.session.SessionListener
-
Packages that use SessionListener Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.undertow.support -
-
Uses of SessionListener in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session with parameters of type SessionListener Modifier and Type Method Description voidAbstractSessionHandler. addSessionListener(SessionListener listener)voidSessionHandler. addSessionListener(SessionListener listener)Adds an event listener for session-related events.voidSessionListenerRegistration. register(SessionListener listener)Register a session listener to the session manager.voidSessionListenerRegistration. remove(SessionListener listener)Remove a session listener from the session manager.voidAbstractSessionHandler. removeSessionListener(SessionListener listener)voidSessionHandler. removeSessionListener(SessionListener listener)Removes an event listener for session-related events. -
Uses of SessionListener in com.aspectran.undertow.support
Methods in com.aspectran.undertow.support with parameters of type SessionListener Modifier and Type Method Description voidSessionListenerRegistrationBean. register(SessionListener listener)voidSessionListenerRegistrationBean. remove(SessionListener listener)
-