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. setComment(java.lang.String comment)ServletSessionConfigServletSessionConfig. setDomain(java.lang.String domain)ServletSessionConfigServletSessionConfig. setHttpOnly(boolean httpOnly)ServletSessionConfigServletSessionConfig. setMaxAge(int maxAge)ServletSessionConfigServletSessionConfig. setName(java.lang.String name)ServletSessionConfigServletSessionConfig. setPath(java.lang.String path)ServletSessionConfigServletSessionConfig. setSecure(boolean secure)ServletSessionConfigServletSessionConfig. setSessionTrackingModes(java.util.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)
-