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 a DistributableSessionManager.
Author:
Paul Ferraro
  • Constructor Details

  • Method Details

    • createSessionManager

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