@FunctionalInterface public interface ReactiveWebServerFactory extends WebServerFactory
WebServer.WebServer| Modifier and Type | Method and Description | 
|---|---|
WebServer | 
getWebServer(HttpHandler httpHandler)
Gets a new fully configured but paused  
WebServer instance. | 
WebServer getWebServer(HttpHandler httpHandler)
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).httpHandler - the HTTP handler in charge of processing requestsWebServerWebServer.stop()