Interface UndertowSessionManager
- All Superinterfaces:
io.undertow.server.session.SessionManager
- All Known Implementing Classes:
DistributableSessionManager
public interface UndertowSessionManager
extends io.undertow.server.session.SessionManager
Exposes additional session manager aspects to a session.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface io.undertow.server.session.SessionManager
ATTACHMENT_KEY -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.session.SessionListenersReturns the configured session listeners for this web applicationReturns underlying distributable session manager implementation.Methods inherited from interface io.undertow.server.session.SessionManager
createSession, getActiveSessions, getAllSessions, getDeploymentName, getSession, getSession, getStatistics, getTransientSessions, registerSessionListener, removeSessionListener, setDefaultSessionTimeout, start, stop
-
Method Details
-
getSessionListeners
io.undertow.server.session.SessionListeners getSessionListeners()Returns the configured session listeners for this web application- Returns:
- the session listeners
-
getSessionManager
Returns underlying distributable session manager implementation.- Returns:
- a session manager
-