Uses of Interface
org.eclipse.jetty.server.session.SessionDataMap
Packages that use SessionDataMap
Package
Description
Jetty Server : Session Management Implementations
-
Uses of SessionDataMap in org.eclipse.jetty.server.session
Subinterfaces of SessionDataMap in org.eclipse.jetty.server.sessionModifier and TypeInterfaceDescriptioninterfaceSessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.server.session that implement SessionDataMapModifier and TypeClassDescriptionclassAbstractSessionDataStoreclassCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classFileSessionDataStore A file-based store of session data.classJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStore Does not actually store anything, useful for testing.Fields in org.eclipse.jetty.server.session declared as SessionDataMapModifier and TypeFieldDescriptionprotected SessionDataMapCachingSessionDataStore._cacheThe fronting cacheMethods in org.eclipse.jetty.server.session that return SessionDataMapModifier and TypeMethodDescriptionCachingSessionDataStore.getSessionDataMap()SessionDataMapFactory.getSessionDataMap()Constructors in org.eclipse.jetty.server.session with parameters of type SessionDataMapModifierConstructorDescriptionCachingSessionDataStore(SessionDataMap cache, SessionDataStore store)