Class DistributableSessionManagerFactory

  • All Implemented Interfaces:
    io.undertow.servlet.api.SessionManagerFactory

    public class DistributableSessionManagerFactory
    extends Object
    implements io.undertow.servlet.api.SessionManagerFactory
    Factory for creating a DistributableSessionManager.
    Author:
    Paul Ferraro
    • Constructor Detail

      • DistributableSessionManagerFactory

        public DistributableSessionManagerFactory​(org.wildfly.clustering.web.session.SessionManagerFactory<javax.servlet.ServletContext,​Map<String,​Object>,​org.wildfly.clustering.ee.Batch> factory,
                                                  SessionManagerFactoryConfiguration config)
    • Method Detail

      • createSessionManager

        public io.undertow.server.session.SessionManager createSessionManager​(io.undertow.servlet.api.Deployment deployment)
        Specified by:
        createSessionManager in interface io.undertow.servlet.api.SessionManagerFactory