| Package | Description |
|---|---|
| org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
|
| org.springframework.boot.web.server |
Support for embedded web servers.
|
| Constructor and Description |
|---|
UndertowWebServer(io.undertow.Undertow.Builder builder,
boolean autoStart,
Closeable closeable,
GracefulShutdown gracefulShutdown)
Create a new
UndertowWebServer instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmediateGracefulShutdown
A
GracefulShutdown that returns immediately with no grace period. |