@FunctionalInterface public interface ServletWebServerFactory
WebServer.WebServer| Modifier and Type | Method and Description | 
|---|---|
| WebServer | getWebServer(ServletContextInitializer... initializers)Gets a new fully configured but paused  WebServerinstance. | 
WebServer getWebServer(ServletContextInitializer... initializers)
WebServer instance. Clients should
 not be able to connect to the returned server until WebServer.start() is
 called (which happens when the ApplicationContext has been fully
 refreshed).initializers - ServletContextInitializers that should be applied as
 the server startsWebServerWebServer.stop()Copyright © 2020 Pivotal Software, Inc.. All rights reserved.