Uses of Interface
org.eclipse.jetty.session.SessionDataMap
Packages that use SessionDataMap
-
Uses of SessionDataMap in org.eclipse.jetty.session
Subinterfaces of SessionDataMap in org.eclipse.jetty.sessionModifier and TypeInterfaceDescriptioninterface
SessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.session that implement SessionDataMapModifier and TypeClassDescriptionclass
AbstractSessionDataStoreclass
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.class
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore Session data stored in databaseclass
NullSessionDataStore Does not actually store anything, useful for testing.class
Fields in org.eclipse.jetty.session declared as SessionDataMapModifier and TypeFieldDescriptionprotected SessionDataMap
CachingSessionDataStore._cache
The fronting cacheMethods in org.eclipse.jetty.session that return SessionDataMapModifier and TypeMethodDescriptionCachingSessionDataStore.getSessionDataMap()
Get the fronting cache for session data.SessionDataMapFactory.getSessionDataMap()
Constructors in org.eclipse.jetty.session with parameters of type SessionDataMapModifierConstructorDescriptionCachingSessionDataStore
(SessionDataMap cache, SessionDataStore store)