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 class
AbstractSessionDataStoreFactory
AbstractSessionDataStoreFactoryclass
CachingSessionDataStoreFactory
CachingSessionDataStoreFactoryclass
FileSessionDataStoreFactory
FileSessionDataStoreFactoryclass
JDBCSessionDataStoreFactory
JDBCSessionDataStoreFactoryclass
NullSessionDataStoreFactory
NullSessionDataStoreFactoryFields in org.eclipse.jetty.server.session declared as SessionDataStoreFactory Modifier and Type Field Description protected SessionDataStoreFactory
CachingSessionDataStoreFactory. _sessionStoreFactory
The SessionDataStore that will store session data.Methods in org.eclipse.jetty.server.session with parameters of type SessionDataStoreFactory Modifier and Type Method Description void
CachingSessionDataStoreFactory. setSessionStoreFactory(SessionDataStoreFactory factory)
-