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 SessionManagerFactory
DeploymentInfo. getSessionManagerFactory()
Methods in io.undertow.servlet.api with parameters of type SessionManagerFactory Modifier and Type Method Description DeploymentInfo
DeploymentInfo. 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 class
InMemorySessionManagerFactory
Session manager factory that creates an in-memory session manager
-