Uses of Class
org.springframework.boot.web.server.servlet.Session
Packages that use Session
Package
Description
Auto-configuration for common web concerns.
Servlet web server abstractions.
-
Uses of Session in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return Session -
Uses of Session in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return SessionMethods in org.springframework.boot.web.server.servlet with parameters of type SessionModifier and TypeMethodDescriptiondefault void
ConfigurableServletWebServerFactory.setSession
(Session session) Sets the configuration that will be applied to the container's HTTP session support.void
ServletWebServerSettings.setSession
(Session session)