See: Description
| Interface | Description |
|---|---|
| ConfigurableServletWebServerFactory |
A configurable
ServletWebServerFactory. |
| CookieSameSiteSupplier |
Strategy interface that can be used with
ConfigurableServletWebServerFactory
implementations in order to supply custom Cookie.SameSite values for specific
cookies. |
| ServletWebServerFactory |
Factory interface that can be used to create a
WebServer. |
| Class | Description |
|---|---|
| AbstractServletWebServerFactory |
Abstract base class for
ConfigurableServletWebServerFactory implementations. |
| Encoding |
Configuration properties for server HTTP encoding.
|
| Jsp |
Configuration for the server's JSP servlet.
|
| Session |
Session properties.
|
| Session.Cookie |
Session cookie properties.
|
| Enum | Description |
|---|---|
| Encoding.Type |
Type of HTTP message to consider for encoding configuration.
|
| Session.SessionTrackingMode |
Available session tracking modes (mirrors
SessionTrackingMode. |