Uses of Interface
org.eclipse.jetty.server.session.SessionDataStoreFactory
Packages that use SessionDataStoreFactory
Package
Description
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement SessionDataStoreFactoryModifier and TypeClassDescriptionclass
GCloudSessionDataStoreFactory -
Uses of SessionDataStoreFactory in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement SessionDataStoreFactory -
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) -
Uses of SessionDataStoreFactory in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement SessionDataStoreFactoryModifier and TypeClassDescriptionclass
InfinispanSessionDataStoreFactory