Uses of Class
io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
-
Packages that use SessionPersistenceManager.PersistentSession Package Description io.undertow.servlet.api io.undertow.servlet.util -
-
Uses of SessionPersistenceManager.PersistentSession in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type SessionPersistenceManager.PersistentSession Modifier and Type Method Description Map<String,SessionPersistenceManager.PersistentSession>SessionPersistenceManager. loadSessionAttributes(String deploymentName, ClassLoader classLoader)Method parameters in io.undertow.servlet.api with type arguments of type SessionPersistenceManager.PersistentSession Modifier and Type Method Description voidSessionPersistenceManager. 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.PersistentSession Modifier and Type Method Description Map<String,SessionPersistenceManager.PersistentSession>InMemorySessionPersistence. loadSessionAttributes(String deploymentName, ClassLoader classLoader)Method parameters in io.undertow.servlet.util with type arguments of type SessionPersistenceManager.PersistentSession Modifier and Type Method Description voidInMemorySessionPersistence. persistSessions(String deploymentName, Map<String,SessionPersistenceManager.PersistentSession> sessionData)
-