| Package | Description | 
|---|---|
| org.springframework.boot.web.context | Web integrations with Spring's  ApplicationContext. | 
| org.springframework.boot.web.embedded.jetty | Embedded reactive and servlet web server implementations backed by Jetty. | 
| org.springframework.boot.web.embedded.netty | Embedded reactive web server implementation backed by Netty. | 
| org.springframework.boot.web.embedded.tomcat | Embedded reactive and servlet web server implementations backed by Tomcat. | 
| org.springframework.boot.web.embedded.undertow | Embedded reactive and servlet web server implementations backed by Undertow. | 
| org.springframework.boot.web.reactive.context | Reactive based web integrations with Spring's
  ApplicationContext. | 
| org.springframework.boot.web.reactive.server | Reactive web server abstractions. | 
| org.springframework.boot.web.servlet.context | Servlet based web integrations with Spring's
  WebApplicationContext. | 
| org.springframework.boot.web.servlet.server | Servlet web server abstractions. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | WebServerInitializedEvent. getSource()Access the source of the event (an  WebServer). | 
| WebServer | WebServerInitializedEvent. getWebServer()Access the  WebServer. | 
| WebServer | WebServerApplicationContext. getWebServer()Returns the  WebServerthat was created by the context ornullif
 the server has not yet been created. | 
| Constructor and Description | 
|---|
| WebServerInitializedEvent(WebServer webServer) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JettyWebServerWebServerthat can be used to control a Jetty web server. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | JettyReactiveWebServerFactory. getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler) | 
| WebServer | JettyServletWebServerFactory. getWebServer(ServletContextInitializer... initializers) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NettyWebServerWebServerthat can be used to control a Reactor Netty web server. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | NettyReactiveWebServerFactory. getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TomcatWebServerWebServerthat can be used to control a Tomcat web server. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | TomcatReactiveWebServerFactory. getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler) | 
| WebServer | TomcatServletWebServerFactory. getWebServer(ServletContextInitializer... initializers) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UndertowServletWebServerWebServerthat can be used to control an embedded Undertow server. | 
| class  | UndertowWebServerWebServerthat can be used to control an Undertow web server. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | UndertowReactiveWebServerFactory. getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler) | 
| WebServer | UndertowServletWebServerFactory. getWebServer(ServletContextInitializer... initializers) | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | ReactiveWebServerApplicationContext. getWebServer()Returns the  WebServerthat was created by the context ornullif
 the server has not yet been created. | 
| Constructor and Description | 
|---|
| ReactiveWebServerInitializedEvent(WebServer webServer,
                                 ReactiveWebServerApplicationContext applicationContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | ReactiveWebServerFactory. getWebServer(org.springframework.http.server.reactive.HttpHandler httpHandler)Gets a new fully configured but paused  WebServerinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | ServletWebServerApplicationContext. getWebServer()Returns the  WebServerthat was created by the context ornullif
 the server has not yet been created. | 
| Constructor and Description | 
|---|
| ServletWebServerInitializedEvent(WebServer webServer,
                                ServletWebServerApplicationContext applicationContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| WebServer | ServletWebServerFactory. getWebServer(ServletContextInitializer... initializers)Gets a new fully configured but paused  WebServerinstance. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.