UndertowServletWebServer
WebServer that can be used to control an embedded Undertow server. Typically this class should be created using UndertowServletWebServerFactory and not directly.
Author
Ivan Sopov
Andy Wilkinson
Eddú Meléndez
Christoph Dreis
Kristine Jetzke
Since
2.0.0
See also
Constructors
Link copied to clipboard
constructor(builder: Undertow.Builder, httpHandlerFactories: Iterable<HttpHandlerFactory>, contextPath: String, autoStart: Boolean)
Create a new UndertowServletWebServer instance.