Uses of Interface
io.undertow.servlet.api.SessionPersistenceManager
Packages that use SessionPersistenceManager
-
Uses of SessionPersistenceManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionPersistenceManagerMethods in io.undertow.servlet.api with parameters of type SessionPersistenceManagerModifier and TypeMethodDescriptionDeploymentInfo.setSessionPersistenceManager
(SessionPersistenceManager sessionPersistenceManager) -
Uses of SessionPersistenceManager in io.undertow.servlet.handlers
Constructors in io.undertow.servlet.handlers with parameters of type SessionPersistenceManagerModifierConstructorDescriptionSessionRestoringHandler
(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 SessionPersistenceManagerModifier and TypeClassDescriptionclass
Session persistence implementation that simply stores session information in memory.