getWebServer

Gets a new fully configured but paused WebServer instance. Clients should not be able to connect to the returned server until start is called (which happens when the ApplicationContext has been fully refreshed).

Return

a fully configured and started WebServer

Parameters

initializers

ServletContextInitializers that should be applied asthe server starts

See also