Uses of Class
org.wildfly.extension.undertow.AbstractPersistentSessionManager.SessionEntry
Packages that use AbstractPersistentSessionManager.SessionEntry
-
Uses of AbstractPersistentSessionManager.SessionEntry in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return types with arguments of type AbstractPersistentSessionManager.SessionEntryModifier and TypeMethodDescriptionprotected abstract Map<String,AbstractPersistentSessionManager.SessionEntry> AbstractPersistentSessionManager.loadSerializedSessions(String deploymentName) DiskBasedModularPersistentSessionManager.loadSerializedSessions(String deploymentName) InMemoryModularPersistentSessionManager.loadSerializedSessions(String deploymentName) Method parameters in org.wildfly.extension.undertow with type arguments of type AbstractPersistentSessionManager.SessionEntryModifier and TypeMethodDescriptionprotected 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)