Package org.eclipse.jetty.server.session
Interface SessionDataStoreFactory
-
- All Known Implementing Classes:
AbstractSessionDataStoreFactory
,CachingSessionDataStoreFactory
,FileSessionDataStoreFactory
,JDBCSessionDataStoreFactory
,NullSessionDataStoreFactory
@Deprecated(since="2021-05-27") public interface SessionDataStoreFactory
Deprecated.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 SessionDataStore
getSessionDataStore(SessionHandler handler)
Deprecated.
-
-
-
Method Detail
-
getSessionDataStore
SessionDataStore getSessionDataStore(SessionHandler handler) throws Exception
Deprecated.- Throws:
Exception
-
-