Uses of Class
io.undertow.servlet.api.ServletSessionConfig
-
Packages that use ServletSessionConfig Package Description io.undertow.servlet.api -
-
Uses of ServletSessionConfig in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletSessionConfig Modifier and Type Method Description ServletSessionConfigDeploymentInfo. getServletSessionConfig()ServletSessionConfigServletSessionConfig. setName(String name)ServletSessionConfigServletSessionConfig. setSessionTrackingModes(Set<jakarta.servlet.SessionTrackingMode> sessionTrackingModes)Methods in io.undertow.servlet.api with parameters of type ServletSessionConfig Modifier and Type Method Description DeploymentInfoDeploymentInfo. setServletSessionConfig(ServletSessionConfig servletSessionConfig)
-