Package | Description |
---|---|
org.wildfly.extension.undertow |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,AbstractPersistentSessionManager.SessionEntry> |
AbstractPersistentSessionManager.loadSerializedSessions(String deploymentName) |
protected Map<String,AbstractPersistentSessionManager.SessionEntry> |
DiskBasedModularPersistentSessionManager.loadSerializedSessions(String deploymentName) |
protected Map<String,AbstractPersistentSessionManager.SessionEntry> |
InMemoryModularPersistentSessionManager.loadSerializedSessions(String deploymentName) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractPersistentSessionManager.persistSerializedSessions(String deploymentName,
Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData) |
protected void |
DiskBasedModularPersistentSessionManager.persistSerializedSessions(String deploymentName,
Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData) |
protected void |
InMemoryModularPersistentSessionManager.persistSerializedSessions(String deploymentName,
Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.