Uses of Class
io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
Packages that use SessionPersistenceManager.PersistentSession
-
Uses of SessionPersistenceManager.PersistentSession in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type SessionPersistenceManager.PersistentSessionModifier and TypeMethodDescriptionSessionPersistenceManager.loadSessionAttributes
(String deploymentName, ClassLoader classLoader) Method parameters in io.undertow.servlet.api with type arguments of type SessionPersistenceManager.PersistentSessionModifier and TypeMethodDescriptionvoid
SessionPersistenceManager.persistSessions
(String deploymentName, Map<String, SessionPersistenceManager.PersistentSession> sessionData) -
Uses of SessionPersistenceManager.PersistentSession in io.undertow.servlet.util
Methods in io.undertow.servlet.util that return types with arguments of type SessionPersistenceManager.PersistentSessionModifier and TypeMethodDescriptionInMemorySessionPersistence.loadSessionAttributes
(String deploymentName, ClassLoader classLoader) Method parameters in io.undertow.servlet.util with type arguments of type SessionPersistenceManager.PersistentSessionModifier and TypeMethodDescriptionvoid
InMemorySessionPersistence.persistSessions
(String deploymentName, Map<String, SessionPersistenceManager.PersistentSession> sessionData)