Package-level declarations
Support for embedded web servers.
Types
Link copied to clipboard
Abstract base class for ConfigurableWebServerFactory implementations.
Link copied to clipboard
Simple server-independent abstraction for compression configuration.
Link copied to clipboard
A configurable WebServerFactory.
Link copied to clipboard
Interface to be implemented by types that register ErrorPages.
Link copied to clipboard
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
Link copied to clipboard
Interface for a registry that holds ErrorPages.
Link copied to clipboard
A callback for the result of a graceful shutdown request.
Link copied to clipboard
The result of a graceful shutdown request.
Link copied to clipboard
Simple server-independent abstraction for mime mappings.
Link copied to clipboard
A
PortInUseException
is thrown when a web server fails to start due to a port already being in use.Link copied to clipboard
Exceptions thrown by a web server.
Link copied to clipboard
interface WebServerFactory
Tagging interface for factories that create a WebServer.
Link copied to clipboard
Strategy interface for customizing web server factories.
Link copied to clipboard
BeanPostProcessor that applies all WebServerFactoryCustomizer beans from the bean factory to WebServerFactory beans.
Link copied to clipboard