Uses of Interface
org.eclipse.jetty.server.session.SessionDataMap
-
Packages that use SessionDataMap Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionDataMap in org.eclipse.jetty.server.session
Subinterfaces of SessionDataMap in org.eclipse.jetty.server.session Modifier and Type Interface Description interfaceSessionDataStoreSessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.server.session that implement SessionDataMap Modifier and Type Class Description classAbstractSessionDataStoreAbstractSessionDataStoreclassCachingSessionDataStoreCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.Fields in org.eclipse.jetty.server.session declared as SessionDataMap Modifier and Type Field Description protected SessionDataMapCachingSessionDataStore. _cacheThe fronting cacheMethods in org.eclipse.jetty.server.session that return SessionDataMap Modifier and Type Method Description SessionDataMapCachingSessionDataStore. getSessionDataMap()SessionDataMapSessionDataMapFactory. getSessionDataMap()Constructors in org.eclipse.jetty.server.session with parameters of type SessionDataMap Constructor Description CachingSessionDataStore(SessionDataMap cache, SessionDataStore store)
-