Uses of Interface
org.eclipse.jetty.session.SessionDataMap
-
Uses of SessionDataMap in org.eclipse.jetty.session
Subinterfaces of SessionDataMap in org.eclipse.jetty.sessionModifier and TypeInterfaceDescriptioninterfaceA store for the data contained in a Session object.Classes in org.eclipse.jetty.session that implement SessionDataMapModifier and TypeClassDescriptionclassAbstractSessionDataStoreclassA SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classA file-based store of session data.classSession data stored in databaseclassDoes not actually store anything, useful for testing.classFields in org.eclipse.jetty.session declared as SessionDataMapModifier and TypeFieldDescriptionprotected SessionDataMapCachingSessionDataStore._cacheThe 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)