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 TypeInterfaceDescriptioninterface
SessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.server.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.Fields in org.eclipse.jetty.server.session declared as SessionDataMapModifier and TypeFieldDescriptionprotected SessionDataMap
CachingSessionDataStore._cache
The 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)