| Package | Description | 
|---|---|
| org.springframework.boot.web.context | 
 Web integrations with Spring's  
ApplicationContext. | 
| org.springframework.boot.web.reactive.context | 
 Reactive based web integrations with Spring's
  
ApplicationContext. | 
| org.springframework.boot.web.servlet.context | 
 Servlet based web integrations with Spring's
  
WebApplicationContext. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebServerPortFileWriter.onApplicationEvent(WebServerInitializedEvent event)  | 
void | 
ServerPortInfoApplicationContextInitializer.onApplicationEvent(WebServerInitializedEvent event)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReactiveWebServerInitializedEvent
Event to be published after the  
WebServer is ready. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServletWebServerInitializedEvent
Event to be published after the  
WebServer is ready. |