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, SessionManager sessionManager, ServletContextImpl servletContext, HttpHandler next, SessionPersistenceManager sessionPersistenceManager) -
Uses of SessionPersistenceManager in io.undertow.servlet.util
Classes in io.undertow.servlet.util that implement SessionPersistenceManagerModifier and TypeClassDescriptionclassSession persistence implementation that simply stores session information in memory.