Package io.undertow.servlet.api
Interface SessionManagerFactory
- All Known Implementing Classes:
InMemorySessionManagerFactory
public interface SessionManagerFactory
Factory class used to create a session manager
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.session.SessionManager
createSessionManager
(Deployment deployment)
-
Method Details
-
createSessionManager
-