Package org.springframework.boot.web.server.servlet
package org.springframework.boot.web.server.servlet
Servlet web server abstractions.
-
ClassDescriptionA configurable
ServletWebServerFactory
.The context path of a servlet web server.Strategy interface that can be used withConfigurableServletWebServerFactory
implementations in order to supply customCookie.SameSite
values for specificcookies
.Manages aServletWebServerFactory
document root.Configuration properties for server HTTP encoding.Type of HTTP message to consider for encoding configuration.Configuration for the server's JSP servlet.Interface used to configure a Servlet 3.0+context
programmatically.TheServletContextInitializers
to apply to a servletWebServer
.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.Session properties.Session cookie properties.Available session tracking modes (mirrorsSessionTrackingMode
).Manages a session store directory.A registry that holds@WebListeners
.