Package org.eclipse.jetty.server.session
Interface SessionDataStoreFactory
-
- All Known Implementing Classes:
AbstractSessionDataStoreFactory,CachingSessionDataStoreFactory,FileSessionDataStoreFactory,JDBCSessionDataStoreFactory,NullSessionDataStoreFactory
@Deprecated public interface SessionDataStoreFactoryDeprecated.This api is not supported anymore. Please do not use it.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
-
-