Uses of Interface
io.undertow.servlet.api.SessionManagerFactory
-
Packages that use SessionManagerFactory Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of SessionManagerFactory in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionManagerFactory Modifier and Type Method Description SessionManagerFactoryDeploymentInfo. getSessionManagerFactory()Methods in io.undertow.servlet.api with parameters of type SessionManagerFactory Modifier and Type Method Description DeploymentInfoDeploymentInfo. setSessionManagerFactory(SessionManagerFactory sessionManagerFactory) -
Uses of SessionManagerFactory in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement SessionManagerFactory Modifier and Type Class Description classInMemorySessionManagerFactorySession manager factory that creates an in-memory session manager
-