Package org.eclipse.jetty.server.session
Interface SessionDataStoreFactory
-
- All Known Implementing Classes:
AbstractSessionDataStoreFactory
,CachingSessionDataStoreFactory
,FileSessionDataStoreFactory
,GCloudSessionDataStoreFactory
,HazelcastSessionDataStoreFactory
,InfinispanSessionDataStoreFactory
,JDBCSessionDataStoreFactory
,MongoSessionDataStoreFactory
,NullSessionDataStoreFactory
public interface SessionDataStoreFactory
SessionDataStoreFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionDataStore
getSessionDataStore(SessionHandler handler)
-
-
-
Method Detail
-
getSessionDataStore
SessionDataStore getSessionDataStore(SessionHandler handler) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-