Uses of Class
org.wildfly.extension.undertow.AbstractPersistentSessionManager.SessionEntry
-
Packages that use AbstractPersistentSessionManager.SessionEntry Package Description org.wildfly.extension.undertow -
-
Uses of AbstractPersistentSessionManager.SessionEntry in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return types with arguments of type AbstractPersistentSessionManager.SessionEntry Modifier and Type Method 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)Method parameters in org.wildfly.extension.undertow with type arguments of type AbstractPersistentSessionManager.SessionEntry Modifier and Type Method Description protected abstract voidAbstractPersistentSessionManager. persistSerializedSessions(String deploymentName, Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData)protected voidDiskBasedModularPersistentSessionManager. persistSerializedSessions(String deploymentName, Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData)protected voidInMemoryModularPersistentSessionManager. persistSerializedSessions(String deploymentName, Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData)
-