Uses of Interface
io.undertow.servlet.api.SessionPersistenceManager
-
Packages that use SessionPersistenceManager Package Description io.undertow.servlet.api io.undertow.servlet.handlers io.undertow.servlet.util -
-
Uses of SessionPersistenceManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionPersistenceManager Modifier and Type Method Description SessionPersistenceManager
DeploymentInfo. getSessionPersistenceManager()
Methods in io.undertow.servlet.api with parameters of type SessionPersistenceManager Modifier and Type Method Description DeploymentInfo
DeploymentInfo. setSessionPersistenceManager(SessionPersistenceManager sessionPersistenceManager)
-
Uses of SessionPersistenceManager in io.undertow.servlet.handlers
Constructors in io.undertow.servlet.handlers with parameters of type SessionPersistenceManager Constructor Description SessionRestoringHandler(java.lang.String deploymentName, io.undertow.server.session.SessionManager sessionManager, ServletContextImpl servletContext, io.undertow.server.HttpHandler next, SessionPersistenceManager sessionPersistenceManager)
-
Uses of SessionPersistenceManager in io.undertow.servlet.util
Classes in io.undertow.servlet.util that implement SessionPersistenceManager Modifier and Type Class Description class
InMemorySessionPersistence
Session persistence implementation that simply stores session information in memory.
-