Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.util |
Modifier and Type | Method and Description |
---|---|
Map<String,SessionPersistenceManager.PersistentSession> | SessionPersistenceManager.loadSessionAttributes(String deploymentName, ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void | SessionPersistenceManager.persistSessions(String deploymentName, Map<String,SessionPersistenceManager.PersistentSession> sessionData) |
Modifier and Type | Method and Description |
---|---|
Map<String,SessionPersistenceManager.PersistentSession> | InMemorySessionPersistence.loadSessionAttributes(String deploymentName, ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void | InMemorySessionPersistence.persistSessions(String deploymentName, Map<String,SessionPersistenceManager.PersistentSession> sessionData) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.