| 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 | ServerPortInfoApplicationContextInitializer. onApplicationEvent(WebServerInitializedEvent event) | 
| void | WebServerPortFileWriter. onApplicationEvent(WebServerInitializedEvent event) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReactiveWebServerInitializedEventEvent to be published after the  ReactiveWebServerApplicationContextis
 refreshed and theWebServeris ready. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServletWebServerInitializedEventEvent to be published after the  ServletWebServerApplicationContextis refreshed
 and theWebServeris ready. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.