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