Class DistributableSessionManagerFactory
- java.lang.Object
-
- org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactory
-
- All Implemented Interfaces:
io.undertow.servlet.api.SessionManagerFactory
public class DistributableSessionManagerFactory extends Object implements io.undertow.servlet.api.SessionManagerFactory
Factory for creating aDistributableSessionManager.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DistributableSessionManagerFactory(SessionManagerFactory<jakarta.servlet.ServletContext,Map<String,Object>,Batch> factory, SessionManagerFactoryConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.server.session.SessionManagercreateSessionManager(io.undertow.servlet.api.Deployment deployment)
-
-
-
Constructor Detail
-
DistributableSessionManagerFactory
public DistributableSessionManagerFactory(SessionManagerFactory<jakarta.servlet.ServletContext,Map<String,Object>,Batch> factory, SessionManagerFactoryConfiguration config)
-
-