Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.handlers | |
io.undertow.servlet.util |
Modifier and Type | Method and Description |
---|---|
SessionPersistenceManager |
DeploymentInfo.getSessionPersistenceManager() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.setSessionPersistenceManager(SessionPersistenceManager sessionPersistenceManager) |
Constructor and Description |
---|
SessionRestoringHandler(String deploymentName,
SessionManager sessionManager,
ServletContextImpl servletContext,
HttpHandler next,
SessionPersistenceManager sessionPersistenceManager) |
Modifier and Type | Class and Description |
---|---|
class |
InMemorySessionPersistence
Session persistence implementation that simply stores session information in memory.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.