Uses of Interface
org.eclipse.jetty.session.SessionDataStoreFactory
Packages that use SessionDataStoreFactory
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionDataStoreFactoryModifier and TypeClassDescriptionclass
AbstractSessionDataStoreFactoryclass
CachingSessionDataStoreFactoryclass
FileSessionDataStoreFactoryclass
JDBCSessionDataStoreFactoryclass
NullSessionDataStoreFactoryFields in org.eclipse.jetty.session declared as SessionDataStoreFactoryModifier and TypeFieldDescriptionprotected SessionDataStoreFactory
CachingSessionDataStoreFactory._sessionStoreFactory
The SessionDataStore that will store session data.Methods in org.eclipse.jetty.session with parameters of type SessionDataStoreFactoryModifier and TypeMethodDescriptionvoid
CachingSessionDataStoreFactory.setSessionStoreFactory
(SessionDataStoreFactory factory)