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 classGCloudSessionDataStoreFactoryGCloudSessionDataStoreFactory -
Uses of SessionDataStoreFactory in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session that implement SessionDataStoreFactory Modifier and Type Class Description classHazelcastSessionDataStoreFactoryFactory 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 classMongoSessionDataStoreFactoryMongoSessionDataStoreFactory -
Uses of SessionDataStoreFactory in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionDataStoreFactory Modifier and Type Class Description classAbstractSessionDataStoreFactoryAbstractSessionDataStoreFactoryclassCachingSessionDataStoreFactoryCachingSessionDataStoreFactoryclassFileSessionDataStoreFactoryFileSessionDataStoreFactoryclassJDBCSessionDataStoreFactoryJDBCSessionDataStoreFactoryclassNullSessionDataStoreFactoryNullSessionDataStoreFactoryclassTestSessionDataStoreFactoryTestSessionDataStoreFactoryFields in org.eclipse.jetty.server.session declared as SessionDataStoreFactory Modifier and Type Field Description protected SessionDataStoreFactoryCachingSessionDataStoreFactory. _sessionStoreFactoryThe SessionDataStore that will store session data.protected SessionDataStoreFactoryTestServer. _storeFactoryMethods in org.eclipse.jetty.server.session that return SessionDataStoreFactory Modifier and Type Method Description abstract SessionDataStoreFactoryAbstractSessionDataStoreTest. createSessionDataStoreFactory()abstract SessionDataStoreFactoryAbstractTestBase. createSessionDataStoreFactory()Methods in org.eclipse.jetty.server.session with parameters of type SessionDataStoreFactory Modifier and Type Method Description voidCachingSessionDataStoreFactory. setSessionStoreFactory(SessionDataStoreFactory factory)Constructors in org.eclipse.jetty.server.session with parameters of type SessionDataStoreFactory Constructor Description TestServer(int port, int maxInactivePeriod, int scavengePeriod, SessionCacheFactory cacheFactory, SessionDataStoreFactory storeFactory) -
Uses of SessionDataStoreFactory in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement SessionDataStoreFactory Modifier and Type Class Description classInfinispanSessionDataStoreFactoryInfinispanSessionDataStoreFactory
-