Uses of Package
org.springframework.boot.web.server.servlet
Packages that use org.springframework.boot.web.server.servlet
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Classes related to the auto-configuration of a web server.
Classes related to the auto-configuration of a servlet web server.
Servlet web server abstractions.
Servlet web server based web integrations with Spring's
WebApplicationContext
.-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.jetty.servletClassDescriptionA configurable
ServletWebServerFactory
.TheServletContextInitializers
to apply to a servletWebServer
.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.tomcat.servletClassDescriptionA configurable
ServletWebServerFactory
.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.A registry that holds@WebListeners
. -
-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.autoconfigure.servletClassDescriptionA configurable
ServletWebServerFactory
.Interface to be implemented by types that register@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.servletClassDescriptionThe context path of a servlet web server.Strategy interface that can be used with
ConfigurableServletWebServerFactory
implementations in order to supply customCookie.SameSite
values for specificcookies
.Configuration for the server's JSP servlet.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.Available session tracking modes (mirrorsSessionTrackingMode
).Manages a session store directory.A registry that holds@WebListeners
. -