Uses of Class
org.springframework.boot.web.servlet.server.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.servlet.server
Methods in org.springframework.boot.web.servlet.server that return SessionMethods in org.springframework.boot.web.servlet.server with parameters of type SessionModifier and TypeMethodDescriptionvoidAbstractServletWebServerFactory.setSession(Session session) voidConfigurableServletWebServerFactory.setSession(Session session) Sets the configuration that will be applied to the container's HTTP session support.