| Package | Description |
|---|---|
| io.undertow.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySessionManager
The default in memory session manager.
|
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<SessionManager> |
SessionManager.ATTACHMENT_KEY |
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
SessionAttachmentHandler.getSessionManager() |
SessionManager |
Session.getSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
SessionAttachmentHandler |
SessionAttachmentHandler.setSessionManager(SessionManager sessionManager) |
| Constructor and Description |
|---|
SessionAttachmentHandler(HttpHandler next,
SessionManager sessionManager,
SessionConfig sessionConfig) |
SessionAttachmentHandler(SessionManager sessionManager,
SessionConfig sessionConfig) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.