Uses of Interface
org.eclipse.jetty.server.session.SessionDataStoreFactory
-
Packages that use SessionDataStoreFactory Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionDataStoreFactory Modifier and Type Class Description classAbstractSessionDataStoreFactoryAbstractSessionDataStoreFactoryclassCachingSessionDataStoreFactoryCachingSessionDataStoreFactoryclassFileSessionDataStoreFactoryFileSessionDataStoreFactoryclassJDBCSessionDataStoreFactoryJDBCSessionDataStoreFactoryclassNullSessionDataStoreFactoryNullSessionDataStoreFactoryFields in org.eclipse.jetty.server.session declared as SessionDataStoreFactory Modifier and Type Field Description protected SessionDataStoreFactoryCachingSessionDataStoreFactory. _sessionStoreFactoryThe SessionDataStore that will store session data.Methods in org.eclipse.jetty.server.session with parameters of type SessionDataStoreFactory Modifier and Type Method Description voidCachingSessionDataStoreFactory. setSessionStoreFactory(SessionDataStoreFactory factory)
-