UndertowWebServer
WebServer that can be used to control an Undertow web server. Usually this class should be created using the UndertowReactiveWebServerFactory and not directly.
Author
Ivan Sopov
Andy Wilkinson
Eddú Meléndez
Christoph Dreis
Brian Clozel
Since
2.0.0
Inheritors
Constructors
Link copied to clipboard
Create a new UndertowWebServer instance.
constructor(builder: Undertow.Builder, httpHandlerFactories: Iterable<HttpHandlerFactory>, autoStart: Boolean)
Create a new UndertowWebServer instance.