Uses of Interface
org.eclipse.jetty.server.session.SessionCacheFactory
-
Packages that use SessionCacheFactory Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionCacheFactory in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionCacheFactory Modifier and Type Class Description classAbstractSessionCacheFactoryAbstractSessionCacheFactory Base class for SessionCacheFactories.classDefaultSessionCacheFactoryDefaultSessionCacheFactory Factory for creating new DefaultSessionCaches.classNullSessionCacheFactoryNullSessionCacheFactory Factory for NullSessionCaches.Fields in org.eclipse.jetty.server.session declared as SessionCacheFactory Modifier and Type Field Description protected SessionCacheFactoryTestServer. _cacheFactoryConstructors in org.eclipse.jetty.server.session with parameters of type SessionCacheFactory Constructor Description TestServer(int port, int maxInactivePeriod, int scavengePeriod, SessionCacheFactory cacheFactory, SessionDataStoreFactory storeFactory)
-