UndertowWebServer

constructor(builder: Undertow.Builder, autoStart: Boolean)

Create a new UndertowWebServer instance.

Parameters

builder

the builder

autoStart

if the server should be started


constructor(builder: Undertow.Builder, httpHandlerFactories: Iterable<HttpHandlerFactory>, autoStart: Boolean)

Create a new UndertowWebServer instance.

Since

2.3.0

Parameters

builder

the builder

httpHandlerFactories

the handler factories

autoStart

if the server should be started