| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
| org.springframework.boot.web.embedded.netty |
Embedded reactive web server implementation backed by Netty.
|
| org.springframework.boot.web.server |
Support for embedded web servers.
|
| Modifier and Type | Method and Description |
|---|---|
Shutdown |
ServerProperties.getShutdown() |
| Modifier and Type | Method and Description |
|---|---|
Shutdown |
NettyReactiveWebServerFactory.getShutdown() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyReactiveWebServerFactory.setShutdown(Shutdown shutdown) |
| Modifier and Type | Method and Description |
|---|---|
Shutdown |
AbstractConfigurableWebServerFactory.getShutdown()
Returns the shutdown configuration that will be applied to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConfigurableWebServerFactory.setShutdown(Shutdown shutdown) |
default void |
ConfigurableWebServerFactory.setShutdown(Shutdown shutdown)
Sets the shutdown configuration that will be applied to the server.
|