Uses of Interface
org.eclipse.jetty.server.session.SessionDataStoreFactory
-
Packages that use SessionDataStoreFactory Package Description org.eclipse.jetty.gcloud.session org.eclipse.jetty.hazelcast.session org.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.session.infinispan -
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement SessionDataStoreFactory Modifier and Type Class Description class
GCloudSessionDataStoreFactory
GCloudSessionDataStoreFactory -
Uses of SessionDataStoreFactory in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session that implement SessionDataStoreFactory Modifier and Type Class Description class
HazelcastSessionDataStoreFactory
Factory to constructHazelcastSessionDataStore
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement SessionDataStoreFactory Modifier and Type Class Description class
MongoSessionDataStoreFactory
MongoSessionDataStoreFactory -
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)
-
Uses of SessionDataStoreFactory in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement SessionDataStoreFactory Modifier and Type Class Description class
InfinispanSessionDataStoreFactory
InfinispanSessionDataStoreFactory
-