Package org.eclipse.jetty.server.session
Interface SessionDataStoreFactory
-
- All Known Implementing Classes:
AbstractSessionDataStoreFactory,CachingSessionDataStoreFactory,FileSessionDataStoreFactory,JDBCSessionDataStoreFactory,NullSessionDataStoreFactory
@Deprecated(since="2021-05-27") public interface SessionDataStoreFactoryDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.SessionDataStoreFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SessionDataStoregetSessionDataStore(SessionHandler handler)Deprecated.
-
-
-
Method Detail
-
getSessionDataStore
SessionDataStore getSessionDataStore(SessionHandler handler) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
-