Interface UndertowSessionManager
-
- All Superinterfaces:
io.undertow.server.session.SessionManager
- All Known Implementing Classes:
DistributableSessionManager
public interface UndertowSessionManager extends io.undertow.server.session.SessionManagerExposes additional session manager aspects to a session.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.undertow.server.session.SessionListenersgetSessionListeners()Returns the configured session listeners for this web applicationorg.wildfly.clustering.web.session.SessionManager<Map<String,Object>,org.wildfly.clustering.ee.Batch>getSessionManager()Returns underlying distributable session manager implementation.
-